fetch_all: Load all saves

View source: R/fetchAll.r

fetch_allR Documentation

Load all saves

Description

Load the contents of 'calc' and its subdirectory 'autoLoad'

Usage

fetch_all(
  calc = TRUE,
  autoload = TRUE,
  overwrite = TRUE,
  message = FALSE,
  formats = c("rdat", "rdata")
)

fetchAll(
  calc = TRUE,
  autoload = TRUE,
  overwrite = TRUE,
  message = FALSE,
  formats = c("rdat", "rdata")
)

Arguments

calc

should contents of directory 'calc' be loaded?

autoload

should contents of directory 'calc/autoload' be loaded?

overwrite

if variable already exists in global workspace, should it be overwritten?

message

do you want an explanatory message?

formats

formats to look for. Default c('.rdata', '.rdat').

Functions

  • fetchAll: An alias

Author(s)

Henrik Renlund


renlund/proh documentation built on March 25, 2023, 10:07 a.m.