toRDS: toRDS

View source: R/toRDS.R

toRDSR Documentation

toRDS

Description

Saves one or more data sets in RDS format to a temporary directory (tmpdir()). Data sets must have the class ts or something that can be converted to a data frame, e.g. matrix, table, etc.

Usage

toRDS(...)

Arguments

...

data sets to save

Value

returns the name of the created files

Examples

toRDS(Titanic) # saves to tempdir/Titanic.rds

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.