View source: R/funcs_scenarios.R
create_scenario_list | R Documentation |
Create a list of scenario list-objects.
create_scenario_list(path)
path |
Character string indicating the file path to the folder where the scenario folders that contain the input_files are located. It is assumed that the folders that contain the input_files are named scenario_N (N: 0, 1, 2, ...) If a Windows file path is supplied, remember to replace the backslash (\) with either \\ or /. |
A list where each element is a scenario list-object.
## Not run: create_scenario_list("data") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.