TempEnv                package:svMisc                R Documentation

_G_e_t (_a_n_d _c_r_e_a_t_e _i_t _i_f _n_e_e_d_e_d) _a _t_e_m_p_o_r_a_r_y _e_n_v_i_r_o_n_m_e_n_t

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

         TempEnv()

_V_a_l_u_e:

     TempEnv (an environment object)

_A_u_t_h_o_r(_s):

     Philippe Grosjean <phgrosjean@sciviews.org>

_S_e_e _A_l_s_o:

     'assignTemp', 'getTemp', 'rmTemp', 'existsTemp'

_E_x_a_m_p_l_e_s:

             TempEnv()

