loadToEnv {R.utils} | R Documentation |
Method to load objects to a new environment for objects previously stored by save
().
## Default S3 method: loadToEnv(..., envir=new.env())
... |
Arguments passed to load (). |
envir |
The environment to load the objects to. |
Returns environment
envir
containing all loaded objects.
Henrik Bengtsson (http://www.braju.com/R/)
Internally load
() is used.
See also loadObject
().