View source: R/funcs_scenarios.R
select_scenario | R Documentation |
Select a scenario from the scenario list by name
select_scenario(scenario_list, name)
scenario_list |
List where each element is a scenario list-object. |
name |
Character string with the name of the scenario to be selected. |
If 'name' is valid, a single scenario list-object. If not, a character string equal to "error: no matching scenario".
## Not run: select_scenario(scenario_list, name = "zero") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.