R/simulation-spades.R
savedSimEnv.Rd
If the user sets options(reproducible.memoisePersist = TRUE), the global environment will be used, otherwise, a package environment.
options(reproducible.memoisePersist = TRUE)
savedSimEnv(envir = .GlobalEnv)
an environment to use to store the .sim (simList) object. default is to use the user's global environment (.GlobalEnv).
.sim
simList
.GlobalEnv