remove_scenario: Remove a scenario from the scenario list by name or unique_id

View source: R/funcs_scenarios.R

remove_scenarioR Documentation

Remove a scenario from the scenario list by name or unique_id

Description

Remove a scenario from the scenario list by name or unique_id

Usage

remove_scenario(scenario_list, user_name = NULL, user_unique_id = NULL)

Arguments

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.

Value

An updated scenario list

Examples

## Not run: 
remove_scenario(scenario_list, user_name = NULL, user_unique_id = NULL)

## End(Not run)

cath-parkinson/mm.reoptimise documentation built on May 12, 2022, 3:34 p.m.