writeHtmlDoc            package:biocViews            R Documentation

_W_r_i_t_e _a_n _X_M_L _D_O_M _c_o_n_t_a_i_n_i_n_g _H_T_M_L _t_o _a _f_i_l_e

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

     Given a DOM tree from the XML package and a filename, write the
     DOM to disk creating an HTML file.

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

     writeHtmlDoc(html, file)

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

    html: A DOM object from the XML package

    file: A string giving the filename

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

     S. Falcon

