Inverse of outSave(). Loads one or more simLists from .rds files
produced by outSave(). Defaults to SpaDES.core::loadSimList();
set method = "readRDS" to bypass .unwrap entirely.
Note that SpaDES.core::saveSimList() uses .wrapResiliently to NULL
out file-backed objects with inaccessible backing files at save time.
Load-time failures (e.g. backing files missing on this machine even
though they were present at save time) are independent of that, and are
handled by loadSimList's pre-.unwrap resilient pass.
Character vector of paths to .rds files.
Character scalar. Passed to
SpaDES.core::loadSimList() for relative-path resolution. Default
getwd().
One of "loadSimList" (default) or "readRDS".
Additional args forwarded to SpaDES.core::loadSimList()
(ignored when method = "readRDS").
A list of simList objects, named by basename(simFilenames).