touchFCS                package:prada                R Documentation

_C_h_e_c_k _f_o_r _F_C_S _f_i_l_e_s

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

     The function reads the header of a file or of a range of files and
     checks wether they are valid FCS 2.0 or FCS 3.0 files.

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

     touchFCS(path = ".", file)

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

    path: character, the path to a folder containing files

    file: character, the path to a single file

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

     The user may either specify the path to a directory in which to
     search for FCS files or the path to a single file.

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

     A character vector with names of the valid FCS files found.

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

     fhahne

