Learn R Programming

tfse (version 0.5.0)

save_RDS: Save RDS

Description

Save serialized R data file

Usage

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<U+2013>it will take up less space but it will be slower. Defaults to FALSE.

Value

Invisible data object

See Also

Other readsave: read_RDS