TempEnv {svMisc}R Documentation

Get (and create it if needed) a temporary environment

Description

This function creates and returns the reference to a temporary environment called TempEnv.

Usage

    TempEnv()

Value

TempEnv (an environment object)

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

assignTemp, getTemp, rmTemp, existsTemp

Examples

        TempEnv()

[Package svMisc version 0.9-5 Index]