toRDS | R Documentation |
Saves one or more data sets in RDS format to a temporary directory (tmpdir()
).
Data sets must have the class ts
or something that can be converted
to a data frame, e.g. matrix
, table
, etc.
toRDS(...)
... |
data sets to save |
returns the name of the created files
toRDS(Titanic) # saves to tempdir/Titanic.rds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.