| 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 |
envir |
The |
Returns environment envir containing all loaded objects.
Henrik Bengtsson
Internally load() is used.
See also loadObject().