simFile {SpaDES.core} | R Documentation |
Generate simulation file name
Description
Assists with saving and retrieving simulations (e.g., with saveSimList
and loadSimList
).
Usage
simFile(name, path, time = NULL, ext = "rds")
Arguments
name |
Object name (e.g., |
path |
Directory location in where the file will be located (e.g., an |
time |
Optional simulation time to use as filename suffix. Default |
ext |
The file extension to use (default |
Value
character string giving a file path for a simulation file
[Package SpaDES.core version 2.1.0 Index]