loadObject
From R.utils v1.28.4
by Henrik Bengtsson
Method to load object from a file or a connection
Method to load object from a file or a connection, which previously have been saved using saveObject
().
- Keywords
- programming, IO
Usage
## S3 method for class 'default':
loadObject(file, path=NULL, ...)
Arguments
- file
- A filename or
connection
to read the object from. - path
- The path where the file exists.
- ...
- Not used.
Details
The main difference from this method and load
() in the
Value
- Returns the save object.
See Also
saveObject
() to save an object to file.
Internally load
() is used.
See also loadToEnv
().
See also saveRDS
().
Community examples
Looks like there are no examples yet.