tada: Wrapper around utils::data() which tibblifies the resulting...

Description Usage Arguments Value

View source: R/tada.R

Description

Wrapper around utils::data() which tibblifies the resulting list objects

Usage

1
tada(list, envir = .GlobalEnv, overwrite = T, ...)

Arguments

list

character vector of sources to load

envir

environment to write to

overwrite

whether to overwrite existing objects in envir

...

Arguments passed on to utils::data

package

a character vector giving the package(s) to look in for data sets, or NULL.

By default, all packages in the search path are used, then the ‘data’ subdirectory (if present) of the current working directory.

lib.loc

a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known.

verbose

a logical. If TRUE, additional diagnostics are printed.

Value

tibble report of variables loaded and their statuses (skipped, tibblified, or imported)


oxacclab/esmData documentation built on Oct. 6, 2021, 3:04 p.m.