home *** CD-ROM | disk | FTP | other *** search
-
- _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
-
- dump(list, fileout="dumpdata")
-
- _V_a_l_u_e:
-
- This function takes a list names of R objects and pro-
- duces text representations of the objects in the given
- file. At present the implementation of dump is very
- incomplete and it really only works for functions and
- simple vectors.
-
- The function save is designed to be used for transport-
- ing R data between machines.
-
- _S_e_e _A_l_s_o:
-
- dput, dget, write.
-
-