Convenience wrapper around reGet(), reUntar(), and reLoad() – the
inverse of outSaveTarUpload(). Operates on a batch: typically called
with the multi-row dribble returned by outList() / outScenarios().
Either a Google Drive dribble (e.g. the output of
outList() / outScenarios()) or a character vector of Drive file IDs
or URLs.
Character scalar. Local directory to write tarballs into. Created if it does not exist.
Optional named character vector of length 2,
c(old = "/old/prefix", new = "/new/prefix"), applied to all
tarballs. If NULL (default), files are extracted to their original
absolute paths (tar --absolute-names).
Character scalar. Passed to
SpaDES.core::loadSimList() for relative-path resolution. Default
getwd().
One of "loadSimList" (default) or "readRDS".
Logical. Force re-download even if the local file
exists. Default FALSE.
Logical. Print elapsed time per download. Default TRUE.
A named list of simList objects, one per row of gFiles,
named by the archive's name (sans .tar.gz).