topwrap {biocViews}R Documentation

create kernel of an overview HTML file

Description

create kernel of an overview HTML file

Usage

topwrap(gra)

Arguments

gra gra a vocablary graph

Details

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

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

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

[Package biocViews version 0.2.0 Index]