Learn R Programming

svMisc (version 0.9-60)

TempEnv: 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()

Arguments

Value

  • TempEnv (an environment object)

concept

temporary variables

See Also

assignTemp, changeTemp, getTemp, rmTemp, existsTemp, addTemp

Examples

Run this code
TempEnv()

Run the code above in your browser using DataLab