save.Object | R Documentation |
Saves an Object to a file or a connection.
## S3 method for class 'Object'
save(this, file=NULL, path=NULL, compress=TRUE, ..., safe=TRUE)
file |
Filename or |
path |
The path where the file should be saved. |
compress |
If |
... |
Other arguments accepted by |
safe |
If |
Returns nothing.
Henrik Bengtsson
*load()
and save
(), load
().
For more information see Object
.
## Not run: For a complete example see help(Object).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.