saveRDS: Save an R object to a rds file

Description Usage Arguments Details

View source: R/files.R

Description

Wraps the default saveRDS function to allow for handling softlinking, and using tempfile saving.

Usage

1

Arguments

...

passed to default saveRDS

file

A filename file name

Details

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.


rjbgoudie/mngr documentation built on May 27, 2019, 9:13 a.m.