WriteRdsFile | R Documentation |
Write an object to a R rds file.
WriteRdsFile(data, fileName, compress = "xz", ...)
data |
Object to save. Required. |
fileName |
Name of the saved file. Required. |
compress |
See |
... |
Additional parameters passed to |
NULL (invisibly)
## Not run:
WriteRdsFile(data, fileName)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.