read.rdsobj: Import data saved using write.rdsobj

View source: R/data-import.R

read.rdsobjR Documentation

Import data saved using write.rdsobj

Description

Import data saved using write.rdsobj

Usage

read.rdsobj(file)

Arguments

file

the name of the file which the data are to be read from. If it does not contain an _absolute_ path, the file name is _relative_ to the current working directory, 'getwd()'. Tilde-expansion is performed where supported. As from R 2.10.0 this can be a compressed file (see 'file')


RDS documentation built on Aug. 20, 2023, 9:06 a.m.