readDcpHeader            package:dChipIO            R Documentation

_R_e_a_d_s _t_h_e _f_i_l_e _h_e_a_d_e_r _o_f _a _d_C_h_i_p _D_C_P _f_i_l_e

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

     Reads the file header of a dChip DCP file.

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

     readDcpHeader(con, ...)

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

     con: A 'connection' or a 'character' filename.

     ...: Not used.

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

     Returns a 'list' structure containing the file header.

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

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

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

     To read also the DCP file data, see 'readDcp'().

