loadToEnv | R Documentation |
Method to load objects to a new environment for objects previously stored by save
().
## Default S3 method:
loadToEnv(file, ..., envir=new.env())
... |
Arguments passed to |
envir |
The |
Returns environment
envir
containing all loaded objects.
Henrik Bengtsson
Internally load
() is used.
See also loadObject
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.