write_scenarioDefinitions_to_xl: Write scenario definitions to an Excel spreadsheet

Description Usage Arguments Value

View source: R/write_scenarioDefinitions_to_xl.R

Description

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.

Usage

1
2
3
4
5
write_scenarioDefinitions_to_xl(
  scenarioDefinitions,
  file,
  scenarios = names(scenarioDefinitions)
)

Arguments

scenarioDefinitions

The scenario definitions object.

file

The file to write to.

scenarios

Optionally, a selection of scenarios to export.

Value

Invisibly, the list of dataframes that's written to the file.


Matherion/mdmcda documentation built on Dec. 31, 2020, 3:13 p.m.