Description Usage Arguments Value
View source: R/write_scenarioDefinitions_to_xl.R
Scenario defintions are lists of vectors with selected alternatives. Every vector is named, with the names being the decision identifiers of each decision, and the values being the chosen alternative value for that decision in that scenario.
1 2 3 4 5 | write_scenarioDefinitions_to_xl(
scenarioDefinitions,
file,
scenarios = names(scenarioDefinitions)
)
|
scenarioDefinitions |
The scenario definitions object. |
file |
The file to write to. |
scenarios |
Optionally, a selection of scenarios to export. |
Invisibly, the list of dataframes that's written to the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.