checkColumns            package:miRNApath            R Documentation

_C_h_e_c_k _d_a_t_a._f_r_a_m_e _f_o_r _R_e_q_u_i_r_e_d _C_o_l_u_m_n_s

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

     Internal function designed to assist checking for required columns
     in a data.frame.

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

     checkColumns(data, mandatory=NA, numeric=NA)

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

    data: data.frame 

mandatory: list of required columns 

 numeric: list of columns expected to be numeric 

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

     boolean, or stop() with columns not meeting the criteria

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

     James M. Ward jmw86069@gmail.com

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

     ## No examples currently

