topwrap              package:biocViews              R Documentation

_c_r_e_a_t_e _k_e_r_n_e_l _o_f _a_n _o_v_e_r_v_i_e_w _H_T_M_L _f_i_l_e

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

     create kernel of an overview HTML file

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

     topwrap(gra)

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

     gra: gra a vocablary graph

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

     provides unnumbered list elements of all top level views, need to
     wrap this with titles and footers

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

     Vince Carey <stvjc@channing.harvard.edu>

_E_x_a_m_p_l_e_s:

     data(bcVoc)
     els <- topwrap(bcVoc)
     toptop <- readLines(system.file("htmlfrags/topfrag.html", package="biocViews"))
     cat(toptop,els,"</ul>\n")

