savedSimEnv {SpaDES.core} | R Documentation |
Retrieve environment for saving interrupted simulations
Description
If the user sets options(reproducible.memoisePersist = TRUE)
,
the global environment will be used, otherwise, a package environment.
Usage
savedSimEnv(envir = .GlobalEnv)
Arguments
envir |
an environment to use to store the |
[Package SpaDES.core version 2.1.0 Index]