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
().