Signals                 package:base                 R Documentation

_I_n_t_e_r_r_u_p_t_i_n_g _E_x_e_c_u_t_i_o_n _o_f _R

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

     On receiving 'SIGUSR1' R will save the workspace and quit.
     'SIGUSR2' has the same result except that the '.Last' function and
     'on.exit' expressions will not be called.

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

     kill -USR1 pid
     kill -USR2 pid

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

     pid: The process ID of the R process

_W_a_r_n_i_n_g:

     It is possible that one or more R objects will be undergoing
     modification at the time the signal is sent.  These objects could
     be saved in a corrupted form.

