View source: R/conversion_functions.R
settings_list2spreadsheet | R Documentation |
This function creates a default settings spreadsheet, granting the user with complete control over all model parameters.
settings_list2spreadsheet( settingsList = NULL, output_path = "./cwatm_settings.xlsx", overwrite = FALSE )
settingsList |
named list, a settingsList object (Defaults to |
output_path |
character vector, the settings spreadsheet's path and name |
overwrite |
logical. Should the function overwrite existing files? |
The user can choose a settingList object (e.g., as in the output of settings_ini2list()
). Otherwise (if NULL
) the function uses a default settingsList
an MS Excel settings spreadsheet (see Details)
## Not run: settings_list2spreadsheet( output_path = "./cwatm_settings.xlsx", overwrite = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.