save_RDS.Rd
Save serialized R data file
save_RDS(x, path, compress = FALSE)
x | Data object to be saved |
---|---|
path | Name of the file to be saved |
compress | Logical indicating whether to compress data–it will take up less space but it will be slower. Defaults to FALSE. |
Invisible data object
Other readsave: read_RDS