Description Usage Arguments Details
Wraps the default saveRDS
function to allow for handling
softlinking, and using tempfile saving.
1 |
... |
passed to default |
file |
A filename file name |
If the option mngr_use_tempfile
is TRUE, then files are first saved
to a tempfile, generated using tempfile
, and then copied
to the final destination. This makes saving much faster on some very slow
filesystems.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.