| assignTemp {svMisc} | R Documentation |
The function assigns a variable to TempEnv, an environment dedicated to temporary variables.
assignTemp(x, value, replace.existing = TRUE)
x |
The name of the variable |
value |
The value of the variable |
replace.existing |
Do we replace an existing variable? |
Philippe Grosjean <phgrosjean@sciviews.org>
TempEnv, getTemp, rmTemp, existsTemp
assignTemp("test", TRUE)
# Retrieve this variable
getTemp("test")