load_preserve: Wrapper around base::load that preserves the value of any...

View source: R/load_preserve.R

load_preserveR Documentation

Wrapper around base::load that preserves the value of any user-specified variables

Description

Wrapper around base::load that preserves the value of any user-specified variables

Usage

load_preserve(rda.path, ...)

Arguments

rda.path

path to loadable file, passed to 'base::load' via the 'file' argument

...

strings or a character vector of object names in current envir that should be restored after the load

Value

nothing

Examples

## Not run: load_preserve("path_to_RData_file", "DO_WRITES")


stackcon/rngt documentation built on June 17, 2022, 5:29 p.m.