runSimulationsFromSnapshot | R Documentation |
Run Simulations From Snapshot Files
runSimulationsFromSnapshot(
...,
output = ".",
RunForAllOutputs = FALSE,
exportCSV = TRUE,
exportPKML = FALSE,
exportJSON = FALSE,
exportXML = FALSE
)
... |
character strings, path to snapshot files or a directory containing snapshot files |
output |
character string, path to the output directory where to write simulation results |
RunForAllOutputs |
logical, whether to run the simulation for all outputs or only OutputSelections (default = FALSE) |
exportCSV |
logical, whether to export the results as csv (default = TRUE) |
exportPKML |
logical, whether to export the results as pkml (default = FALSE) |
exportJSON |
logical, whether to export simulation results as json (default = FALSE) |
exportXML |
logical, whether to export the results as xml (default = FALSE) |
## Not run:
runSimulationsFromSnapshot("path/to/my_snapshot.json", csv = TRUE, pkml = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.