readHeaderXLS            package:codelink            R Documentation

_R_e_a_d _H_e_a_d_e_r _f_r_o_m _X_L_S _e_x_p_o_r_t_e_d _C_o_d_e_l_i_n_k _B_i_o_a_r_r_a_y_s _F_i_l_e_s

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

     Read the header of Codelink files and obtain useful information.

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

     readHeaderXLS(file, dec=FALSE)

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

    file: File to read.

     dec: logical; If TRUE determine decimal point.

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

     This function is not meant to be used by normal users.

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

     A list with header and other usefull information.

_N_o_t_e:

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

     Diego Diez

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

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

         ## NOT RUN ##
         #files <- list.files(pattern="TXT")
         #head <- readHeaderHeader(files[1])
         #############

