loadObjectInEnv: Load objects from a RData file and return them in an...

View source: R/loadFile.R

loadObjectInEnvR Documentation

Load objects from a RData file and return them in an environment

Description

Load objects from a RData file and return them in an environment

Usage

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

Arguments

file

A RData file

obj

Character string(s), optional object names. If set as NULL, all objects are returned

verbose

Whether the loading process should be verbose, see load

Value

An environment containing the loaded objects.


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