TempEnv {svMisc}R Documentation

Get an environment dedicated to temporary variables (and create it if needed)

Description

This function creates and returns the reference to a TempEnv environment located just before Autoloads on the search path.

Usage

TempEnv()

Value

TempEnv (an environment object)

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

assignTemp, changeTemp, getTemp, rmTemp, existsTemp, addTemp

Examples

TempEnv()

[Package svMisc version 0.9-46 Index]