loadToEnv              package:R.utils              R Documentation

_M_e_t_h_o_d _t_o _l_o_a_d _o_b_j_e_c_t_s _t_o _a _n_e_w _e_n_v_i_r_o_n_m_e_n_t

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

     Method to load objects to a new environment for objects previously
     stored by 'save'().

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

     ## Default S3 method:
     loadToEnv(...)

_A_r_g_u_m_e_n_t_s:

     ...: Arguments passed to 'load'().

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

     Returns an 'environment' containing all loaded objects.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     See also 'load'().

