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 / dump < prev    next >
Encoding:
Text File  |  1997-04-23  |  574 b   |  21 lines

  1.     
  2.     _T_e_x_t _R_e_p_r_e_s_e_n_t_a_t_i_o_n_s _o_f _R _O_b_j_e_c_t_s
  3.     
  4.          dump(list, fileout="dumpdata")
  5.     
  6.     _V_a_l_u_e:
  7.     
  8.          This function takes a list names of R objects and pro-
  9.          duces text representations of the objects in the given
  10.          file.  At present the implementation of dump is very
  11.          incomplete and it really only works for functions and
  12.          simple vectors.
  13.     
  14.          The function save is designed to be used for transport-
  15.          ing R data between machines.
  16.     
  17.     _S_e_e _A_l_s_o:
  18.     
  19.          dput, dget, write.
  20.     
  21.