load_to_env | R Documentation |
Load objects into a new environment
load_to_env(RData, env = new.env())
RData |
the .Rdata file. |
env |
an environment to load the data into |
This function was found in a blog on R-bloggers. For more information see the blog.
Returns an environment containing all the saved objects.
Rico Derks
https://www.r-bloggers.com/2016/04/safe-loading-of-rdata-files/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.