TempEnv                package:svMisc                R Documentation

_G_e_t _a_n _e_n_v_i_r_o_n_m_e_n_t _d_e_d_i_c_a_t_e_d _t_o _t_e_m_p_o_r_a_r_y _v_a_r_i_a_b_l_e_s (_a_n_d _c_r_e_a_t_e _i_t _i_f _n_e_e_d_e_d)

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

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

_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', 'changeTemp', 'getTemp', 'rmTemp', 'existsTemp',
     'addTemp'

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

     TempEnv()

