save.Object {R.oo} | R Documentation |
Saves an Object to a file or a connection
Description
Saves an Object to a file or a connection.
Usage
## S3 method for class 'Object'
save(this, file=NULL, path=NULL, compress=TRUE, ..., safe=TRUE)
Arguments
file |
Filename or |
path |
The path where the file should be saved. |
compress |
If |
... |
Other arguments accepted by |
safe |
If |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*load()
and save
(), load
().
For more information see Object
.
Examples
## Not run: For a complete example see help(Object).
[Package R.oo version 1.25.0 Index]