View source: R/conversion_functions.R
settings_ini2list | R Documentation |
This function imports a cwatm .ini settings file and save it as a named settings list
settings_ini2list(inipath = "./settings_cwatm.ini")
inipath |
a path to the input |
This function reads a cwatm .ini file from a path and saves it as a named list. Each list item stands for a settings domain, in which
all variable definitions are ketp in a data.frame
(with 3 columns: variable, value, comment). The funtion does not import comment though.
list
. A names setting list
)
## Not run: PUT EXAMPLE HERE ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.