deleteCR                package:GeneR                R Documentation

_D_e_l_e_t_e _c_a_r_r_i_a_g_e _r_e_t_u_r_n _i_n _f_i_l_e

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

     Windows and Mac files does not use same terminating newline. This
     function convert file to Unix standard with only '\n' char for
     terminating newline.

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

     deleteCR(file)

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

    file: file name of a file

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

     0 if error, else 1.

_E_x_a_m_p_l_e_s:

     seqNcbi("BY608190",file="BY608190.gbk",type="G")

     deleteCR("BY608190.gbk")

