save_rds: Robustly Saves an Object to RDS File Atomically
Description
Robustly Saves an Object to RDS File Atomically
Usage
save_rds(object, pathname, ...)
Value
(invisible) The pathname of the RDS written.
Details
Uses base::saveRDS internally but writes the object atomically by first
writing to a temporary file which is then renamed.