View source: R/load_preserve.R
load_preserve | R Documentation |
Wrapper around base::load that preserves the value of any user-specified variables
load_preserve(rda.path, ...)
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 |
nothing
## Not run: load_preserve("path_to_RData_file", "DO_WRITES")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.