asTempObj: Set Temporary Object

Description Usage Arguments Value

View source: R/other.R

Description

Set a given value to a temporary object in a specified environment.

Usage

1
asTempObj(value, pos = 1, envir = as.environment(pos))

Arguments

value

An object to assign as a temporary object.

pos

Where to do the assignment (relative to the asTempObj environment). Defaults to pos = 1.

envir

The environment to use.

Value

The name of the temporary object as assigned in the provided environment.


tpq/miSciTools documentation built on Sept. 16, 2019, 4:43 p.m.