View source: R/funcs_scenarios.R
remove_scenario | R Documentation |
Remove a scenario from the scenario list by name or unique_id
remove_scenario(scenario_list, user_name = NULL, user_unique_id = NULL)
scenario_list |
List where each element is a scenario list-object. |
user_name |
Character string with the name of the scenario to be removed. |
user_unique_id |
Numeric vector of length 1 with the unique ID of the scenario to be removed. |
An updated scenario list
## Not run: remove_scenario(scenario_list, user_name = NULL, user_unique_id = NULL) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.