home *** CD-ROM | disk | FTP | other *** search
-
- _T_e_r_m_i_n_a_t_e _a_n _R _S_e_s_s_i_o_n
-
- quit(save="ask")
- q(save="ask")
-
- _A_r_g_u_m_e_n_t_s:
-
- save : a character string indicating whether the
- environment (workspace) should be saved.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- save must be one of "no", "yes", or "ask". In the
- first case the workspace is not saved, in the second it
- is saved and in the third the user is prompted. Invok-
- ing these functions results in the termination of the
- current R session.
-
-