Reads soil property data from a CSV file with automatic encoding handling. This function is designed to handle various CSV formats commonly used in soil science research.
Examples
if (FALSE) { # \dontrun{
# Read soil data from a CSV file
soil_data <- read_soil_csv("path/to/soil_data.csv")
# View the structure
str(soil_data)
} # }
