restoreSession            package:RSurvey            R Documentation

_R_e_s_t_o_r_e _S_e_s_s_i_o_n _f_r_o_m _S_o_u_r_c_e _C_o_d_e _F_i_l_e_s

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

     This function restores local objects within the current R session.

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

     restoreSession(path, save.objs, fun.call)

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

    path: a full path name; if missing a folder browser pop up dialog
          box is implemented.

save.objs: the name of local objects to preserve during the recompiling
          process.

fun.call: the name of the function to call after restoring the session
          (optional).

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

     An updated R session compiled from '.R' source code files located
     in 'path' and  its recursive directories.

_N_o_t_e:

     Restoring 'srvy.dat' and 'tran.dat' clears their components.

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

     Fisher, J. C.

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

     'source'

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

     ## Not run: restoreSession()

