loadRdataLikeRDS: Reload Saved rda or Rdata Datasets and assign them to a new...

View source: R/loadRdataLikeRDS.r

loadRdataLikeRDSR Documentation

Reload Saved rda or Rdata Datasets and assign them to a new object

Description

Function allows to load rda and Rdata objects like rds objects. Hence, the function mimics the readRDS functionality for rda and Rdata objects.

Usage

loadRdataLikeRDS(file)

Arguments

file

the name of the rda or Rdata file

Value

If the Rdata file contains only one R object, the object is returned. If the file contains several objects, a list of these objects is returned.


beckerbenj/eatAnalysis documentation built on July 7, 2023, 5:51 p.m.