save_rds: Save data in RDS files

Description Usage Arguments Details Value See Also

Description

save_rds saves data in RDS files

Usage

1
save_rds(data.dir, pattern, file.ext = ".Rds")

Arguments

data.dir

A character string with the name of the directory containing the RDS files

pattern

A regular expression indicating the objects to be saved

file.ext

An optional character string, defaults to .Rds

Details

This function saves all designated data frames in RDS files within a given directory.

Value

An R object

See Also

saveRDS


bgulbis/BGTools documentation built on May 12, 2019, 8:21 p.m.