View source: R/utils-immediateCondition.R
save_rds | R Documentation |
Robustly Saves an Object to RDS File Atomically
save_rds(object, pathname, ...)
object |
The R object to be save. |
pathname |
RDS file to written. |
... |
(optional) Additional arguments passed to |
Uses base::saveRDS internally but writes the object atomically by first writing to a temporary file which is then renamed.
(invisible) The pathname of the RDS written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.