viewerData            package:rdataviewer            R Documentation

_C_r_e_a_t_e _a _d_a_t_a _o_b_j_e_c_t _t_o _v_i_e_w.

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

     Creates a data object for viewing.

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

     viewerData(x, name = NULL)

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

       x: An R object; typically an atomic vector or a list (see
          Details). 

    name: A name to be used to label the view of the data. 

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

     This function is useful for preparing simple atomic vectors for
     viewing _or_ for preparing a complex object that has no specific
     function (such as a general list object). In the latter case, the
     normal printed output of the object is used as the basis for
     viewing.

     There are more appropriate functions for preparing data frames,
     external text files, or relational databases for viewing.

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

     Paul Murrell

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

     'viewerDataFrame',  'viewerDataText',  'viewerDataMySQL'.

