loadOneName: load an object from .RDATA file

Description Usage Arguments Value

View source: R/utils.R

Description

load an object from .RDATA file

Usage

1
loadOneName(objName, file, envir = parent.frame(), assign.on.exit = TRUE)

Arguments

objName

the name of the object

file

the file path

envir

environment; default is calling environment: parent.frame

assign.on.exit

default is TRUE

Value

a new environment


baker documentation built on Feb. 2, 2022, 9:06 a.m.