loadRDS: Load an object from a RDS file and returns a logical flag

View source: R/loadFile.R

loadRDSR Documentation

Load an object from a RDS file and returns a logical flag

Description

Load an object from a RDS file and returns a logical flag

Usage

loadRDS(rdsFile, variableName, refhook = NULL)

Arguments

rdsFile

Character string, name of the rds file to be loaded

variableName

Character string or variable name, variable name to which the loaded value is assigned to

refhook

Logical, passed to readRDS

Value

Logical, TRUE if the file loading was successful, otherwise FALSE


ribiosIO documentation built on Feb. 20, 2026, 5:09 p.m.