finalizeSession           package:R.utils           R Documentation

_F_u_n_c_t_i_o_n _t_o _c_a_l_l _f_o_r _f_i_n_a_l_i_z_i_n_g _t_h_e _R _s_e_s_s_i_o_n

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

     Function to call for finalizing the R session.  When called, all
     registered "onSessionExit" hooks (functions) are called.  To
     define such hooks, use the 'onSessionExit'() function.

     This method should not be used by the user.

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

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

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

     ...: Not used.

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

     Returns (invisibly) the hooks successfully called.

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

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

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

     'onSessionExit'().

