copyCel              package:affxparser              R Documentation

_C_o_p_i_e_s _a _C_E_L _f_i_l_e

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

     Copies a CEL file.

     The file must be a valid CEL file, if not an exception is thrown.

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

     copyCel(from, to, overwrite=FALSE, ...)

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

    from: The filename of the CEL file to be copied.

      to: The filename of destination file.

overwrite: If 'FALSE' and the destination file already exists, an
          exception is thrown, otherwise not.

     ...: Not used.

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

     Return 'TRUE' if file was successfully copied, otherwise 'FALSE'.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     'isCelFile'().

