GEODataTable-class         package:GEOquery         R Documentation

_C_l_a_s_s "_G_E_O_D_a_t_a_T_a_b_l_e"

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

     Contains the column descriptions and data for the datatable part
     of a GEO object

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("GEODataTable",
     ...)'.

_S_l_o_t_s:

     '_c_o_l_u_m_n_s': Object of class '"data.frame"' containing information
          about the columns in the datatable

     '_t_a_b_l_e': Object of class '"data.frame"' containing the actual data

_M_e_t_h_o_d_s:

     _C_o_l_u_m_n_s 'signature(object = "GEODataTable")': get the column
          portion of the GEODataTable

     _T_a_b_l_e 'signature(object = "GEODataTable")': get the table portion
          of the GEODataTable

     _s_h_o_w 'signature(object = "GEODataTable")': convenience show method

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

     Sean Davis

