loadObject: Load R object from .RData file

View source: R/io.R

loadObjectR Documentation

Load R object from .RData file

Description

Load an R object of given name from a .RData file

Usage

loadObject(file, objectname = NULL, dbg = TRUE)

Arguments

file

path to .RData file

objectname

name of object to be loaded

dbg

if TRUE a message about which object is loaded from which file is shown

Value

R object as specified in objectname. If an object of that name does not exist in the .RData file an error is thrown


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.