diff --git a/man/saveFiles.Rd b/man/saveFiles.Rd index ac8ea9879..fff62e83f 100644 --- a/man/saveFiles.Rd +++ b/man/saveFiles.Rd @@ -11,7 +11,16 @@ saveFiles(sim) \item{sim}{A \code{simList} simulation object.} } \description{ -Save simulation objects according to simParams +If there is a list entry with \code{.saveObjects} as a character string vector of +object names to save, then these objects will be saved with a call to saveFiles. +The file names will be equal to the object name plus +\code{simCurrentTime(sim)} is appended at the end. The files are saved as \code{.rds} files, +meaning, only one object gets saved per file. +} +\examples{ +\dontrun{ + saveFiles(mySim) +} } \author{ Eliot McIntire diff --git a/man/spadesEnv.Rd b/man/spadesEnv.Rd index dad48b6ac..a856f2c86 100644 --- a/man/spadesEnv.Rd +++ b/man/spadesEnv.Rd @@ -4,7 +4,7 @@ \name{.spadesEnv} \alias{.spadesEnv} \title{The SpaDES environment} -\format{\preformatted{ +\format{\preformatted{ }} \usage{ .spadesEnv