Skip to contents

Run Simulations From Snapshot Files

Usage

runSimulationsFromSnapshot(
  ...,
  output = ".",
  csv = TRUE,
  pkml = FALSE,
  xml = FALSE
)

Arguments

...

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

csv

logical, whether to export the results as csv (default = TRUE)

pkml

logical, whether to export the results as pkml (default = FALSE)

xml

logical, whether to export the results as xml (default = FALSE)

Examples

if (FALSE) { # \dontrun{
runSimulationsFromSnapshot("path/to/my_snapshot.json", csv = TRUE, pkml = TRUE)
} # }