load.all: Load saved datasets

Description Usage Arguments Value

Description

Reload RData datasets. Wrapper for load that attempts to load all datasets found in a directory.

Usage

1
load.all(cache = "./cache", envir = .GlobalEnv, verbose = FALSE)

Arguments

cache

Path to directory containing RData-files.

envir

the environment where the data should be loaded.

verbose

print item names during loading.

Value

A character vector of the names of objects created.


gschofl/gsmisc documentation built on May 17, 2019, 8:52 a.m.