Usage
## S3 method for class 'Object}(this, file=NULL, path=NULL, compress=TRUE, ...)':
saveundefined
- file
{Filename or connection to which the Object should be saved.
If NULL, the Object will be save to a file named
"{class name}.{memory location}.RData", e.g. "Object.26979608.RData".}
- path
{The path where the file should be saved.}
- compress
{If TRUE, the file is compressed to, otherwise not.}
- ...
{Other arguments accepted by save() in the base package.}
Returns nothing.
For a complete example see help(Object).
[object Object]
*load() and save(), load().
For more information see Object.
programming
methods
IO
internal
methods