Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadToEnv

Method to load objects to a new environment


Description

Method to load objects to a new environment for objects previously stored by save().

Usage

## Default S3 method:
loadToEnv(file, ..., envir=new.env())

Arguments

...

Arguments passed to load().

envir

The environment to load the objects to.

Value

Returns environment envir containing all loaded objects.

Author(s)

Henrik Bengtsson

See Also

Internally load() is used. See also loadObject().


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.