Description Usage Arguments Value Examples
save()
allows saving multiple R objects from the environment
for later use. One caveat of its default behavior is that when the .RData
file is loaded, it retains its variable name, which could collide with
something else that is already in the environment. load_rdata()
loads
.RData to the function environment, makes sure their is only one object
loaded, and return it to allow assignment to another variable name upon
loading.
1 |
file |
a character string specifying the path of the desired Rdata file |
an R object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.