This function reads the soils.sol file from a SWAT+ project folder and converts
the data into usersoil format to examine/update with other functions.
Usage
sol_to_usersoil(project_path)
Arguments
- project_path
Character, path to the SWAT+ project folder (example "my_model").
Value
A data frame representing user soil data.
Examples
if (FALSE) {
usersoil <- sol_to_usersoil("my_model")
}