subScenario: Create Sub-Scenario based on one or more datasheet(s)

Description Usage Arguments

View source: R/subScenario.R

Description

Wrap around editDatasheet and rsyncrosim::scenario to create a unique sub scenario based on a given datasheet or set of datasheets.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
subScenario(
  ssimProject,
  tag = "default",
  datasheetNames,
  datasheetParameters,
  saveSheet = F,
  export = F,
  datasheetFolder = NULL,
  merge = F,
  ...
)

Arguments

ssimProject

(ssimObject) Syncrosim Projectto save to.

tag

(character) The tag associated with that datasheet, can be NULL, default to "default".

datasheetNames

(character or character vector) The name(s) of the datasheet(s).

datasheetParameters

(list or named list) List or named list containing the parameters for the datasheet(s).

saveSheet

(logical) Whether or not to save the datasheet into the ssimObject, default to TRUE.

export

(logical) Whether or not to export the datasheet to file, default to FALSE.

datasheetFolder

(character) The path to where to save the datasheet if export is TRUE, default to NULL.

merge

(logical) Whether or not to merge dependencies, default to FALSE.

...

Further arguments to be passed onto scenario()


VLucet/rsyncrosimAssist documentation built on June 23, 2020, 6:34 a.m.