Save serialized R data file

save_RDS(x, path, compress = FALSE)

Arguments

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.

Value

Invisible data object

See also

Other readsave: read_RDS