AssignObj: Reassign an R object from its parent environment to another...

Description Usage Arguments See Also

View source: R/AssignObj.R

Description

Reassign an R object from its parent environment to another one

Usage

1
2
3
4
5
6
7
8
AssignObj(
  obj,
  name = NULL,
  from = NULL,
  to = NULL,
  remove = TRUE,
  origin = parent.frame()
)

Arguments

obj

an R object.

name

RESERVED FOR INTERNAL USE: optional name of the R object. When omitted this name is automatically provided by the symbol being passed as first argument using substitute and deparse.

from

source environment, where the object is currently located.

to

destination environment.

remove

logical value controlling wheter the object should removed from the source environment (default = TRUE, yes).

origin

RESERVED FOR INTERNAL USE: parent.frame of the initial function call.

See Also

MakeObj, LittleThumb


benja0x40/LittleThumb documentation built on Jan. 22, 2021, 2:36 p.m.