save_RDS: Save RDS

Description Usage Arguments Value See Also

View source: R/read-save-rds.R

Description

Save serialized R data file

Usage

1
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<e2><80><93>it will take up less space but it will be slower. Defaults to FALSE.

Value

Invisible data object

See Also

Other readsave: read_RDS


tfse documentation built on May 2, 2019, 11:28 a.m.