toRDS {HKRbook}R 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

[Package HKRbook version 0.1.3 Index]