Learn R Programming

R.filesets (version 2.15.1)

loadRDS: Reads data from a RDS file

Description

Reads data from a RDS file.

Usage

# S3 method for default
loadRDS(file, ...)
 # S3 method for RdsFile
loadRDS(file, ...)

Value

Returns an R object.

Arguments

file

A character string, a connection, or an RdsFile specifying a RDS file/connection to be read.

...

Additional arguments passed to readRDS().

Author

Henrik Bengtsson

See Also