| topwrap {biocViews} | R Documentation |
create kernel of an overview HTML file
topwrap(gra)
gra |
gra a vocablary graph |
provides unnumbered list elements of all top level views, need to wrap this with titles and footers
Vince Carey <stvjc@channing.harvard.edu>
data(bcVoc)
els <- topwrap(bcVoc)
toptop <- readLines(system.file("htmlfrags/topfrag.html", package="biocViews"))
cat(toptop,els,"</ul>\n")