View source: R/convert_ler_to_lerwq.R
convert_ler_to_lerwq | R Documentation |
Copies folder contents generated by LakeEnsemblR::export_config and activates running the models with water quality
convert_ler_to_lerwq( ler_config_file = "LakeEnsemblR.yaml", lerwq_config_file = "LakeEnsemblR_WQ.yaml", folder = ".", copy_folder = TRUE, rename_folders = FALSE, activate_wq = TRUE, verbose = FALSE )
ler_config_file |
character; name of LakeEnsemblR config file |
lerwq_config_file |
character; name of LakeEnsemblR_WQ config file |
folder |
path; location of both configuration files |
copy_folder |
logical; if true, copies folders from LakeEnsemblR run |
rename_folders |
logical; if true, will rename LakeEnsemblR folders when able |
activate_wq |
logical; if true, changes parameters to run with WQ |
verbose |
logical; if true, prints messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.