loadObject: Load an object by its name from a RData file

View source: R/loadFile.R

loadObjectR Documentation

Load an object by its name from a RData file

Description

Load an object by its name from a RData file

Usage

loadObject(file, obj = NULL, verbose = FALSE)

Arguments

file

A RData file

obj

Object name. If set as NULL, all objects are returned

verbose

Whether the loading process should be verbose, see load

Value

The object loaded from the RData file. If obj is NULL, returns the first object found.


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