savedSimEnv: Retrieve environment for saving interrupted simulations

View source: R/simulation-spades.R

savedSimEnvR 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 .sim (simList) object. default is to use the user's global environment (.GlobalEnv).


SpaDES.core documentation built on June 22, 2024, 10:32 a.m.