convOS                package:PBSadmb                R Documentation

_C_o_n_v_e_r_t _T_e_x_t _F_i_l_e_s _t_o _D_e_f_a_u_l_t _O_S _F_o_r_m_a_t

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

     Convert text files to the default format of the operating system.

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

     convOS(inam, onam = inam, path = getwd() )

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

    inam: string vector of names specifying files to be converted to
          the format of the operating system.

    onam: string vector of name specifying the output files (the
          default overwrites the input file).

    path: string specifying the path where the input files are located
          (defaults to current working directory).

_V_a_l_u_e:

     Text file(s) formatted in accordance with standards of the
     operating system.

_N_o_t_e:

     This function essentially executes a 'readLines' command followed
     by a call to 'writeLines'.

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

     Rowan Haigh, Pacific Biological Station, Nanaimo BC

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

     'copyFiles', '.addQuotes'

