viewerDataFrame         package:rdataviewer         R Documentation

_P_r_e_p_a_r_e _a _d_a_t_a _f_r_a_m_e _o_b_j_e_c_t _f_o_r _v_i_e_w_i_n_g.

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

     This function derives various important attributes of a data frame
     and stores them so that viewing the data frame can occur
     efficiently.

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

     viewerDataFrame(data)

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

    data: A data frame. 

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

     An object of class '"ViewerDataFrame"'.

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

     Paul Murrell

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

     'ViewerDataFrame' and 'viewerData'

