Description
Save serialized R data file
Usage
save_RDS(x, path, compress = FALSE)
Arguments
path
Name of the file to be saved
compress
Logical indicating whether to compress data<U+2013>it will take up
less space but it will be slower. Defaults to FALSE.
Value
Invisible data object