home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / quit < prev    next >
Encoding:
Text File  |  1997-04-23  |  566 b   |  20 lines

  1.     
  2.     _T_e_r_m_i_n_a_t_e _a_n _R _S_e_s_s_i_o_n
  3.     
  4.          quit(save="ask")
  5.          q(save="ask")
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.             save : a character string indicating whether the
  10.                    environment (workspace) should be saved.
  11.     
  12.     _D_e_s_c_r_i_p_t_i_o_n:
  13.     
  14.          save must be one of "no", "yes", or "ask".  In the
  15.          first case the workspace is not saved, in the second it
  16.          is saved and in the third the user is prompted.  Invok-
  17.          ing these functions results in the termination of the
  18.          current R session.
  19.     
  20.