htmlDoc              package:biocViews              R Documentation

_C_r_e_a_t_e _a _c_o_m_p_l_e_t_e _H_T_M_L _d_o_c_u_m_e_n_t _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _a_n _o_b_j_e_c_t

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

     This generic function should return an 'XMLNode' instance
     representing the specified object in HTML as a complete HTML
     document.

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

     htmlDoc(object, ...)

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

  object: An object

     ...: Not currently used.

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

     An instance of 'XMLNode' from the 'XML' package.

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

     Seth Falcon

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

     'htmlValue', 'htmlFilename'

