Assists with saving and retrieving simulations (e.g., with saveSimList
and loadSimList
).
simFile(name, path, time = NULL, ext = "rds")
character string giving a file path for a simulation file
Object name (e.g., "mySimOut"
)
Directory location in where the file will be located (e.g., an outputPath
).
Optional simulation time to use as filename suffix. Default NULL
.
The file extension to use (default "rds"
).