Wrap around editDatasheet and rsyncrosim::scenario to create a unique sub scenario based on a given datasheet or set of datasheets.
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,
...
)
|
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() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.