ExportFile             package:treeglia             R Documentation

_E_x_p_o_r_t _a_n _o_b_j_e_c_t _i_n_t_o _a _c_s_v _t_e_x_t _f_i_l_e

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

     Saves a csv text file containing the object passed as argument.

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

     ExportFile(SAdata, filename, ...)

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

     ...: any argument to be passed to 'write.table'

  SAdata: a 'data.frame' object to be saved to disk, may be either a
          stem-analysis, age table, or whatever R object.

filename: a string giving the name of the file to save

_D_e_t_a_i_l_s:

     The function creates a csv text file. Csv files can easily be
     openend by any spreadsheet program.

_N_o_t_e:

     'ExportFile' is just a wrapper for 'write.table'.

_A_u_t_h_o_r(_s):

     Marco Bascietto

_S_e_e _A_l_s_o:

     'ImportRW'

