save_RDS: Save RDS

Description Usage Arguments Value See Also

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

Value

Invisible data object

See Also

Other readsave: read_RDS


mkearney/tfse documentation built on July 6, 2019, 3:18 a.m.