View source: R/S03_Utilities.R
load_R_object | R Documentation |
A convenience function that, given a path to a .RData file, will load in a specified R object contained within the file.
load_R_object(path_to_rdata, which_object)
path_to_rdata |
A character string,
a path to a .RData file to be passed
on to the |
which_object |
The variable name for the R object to return from the set of all variables loaded in from the .RData file. Uses non-standard evaluation. |
Kevin Potter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.