hwriter is an easy-to-use package able to format and
output R objects in HTML format. It supports advanced formatting,
tables, CSS styling, images and provides a convenient mapping between
R tables and HTML tables.
See Examples and hwrite for more details.
The project page is http://www.ebi.ac.uk/~gpau/hwriter.
Arguments
Package content
hwriter provides the following functions (but most of the job is
carried out by hwrite):
hwriteoutputs an R object in HTML format.
hwriteImagewrites an image.
openPage,closePagehandles HTML page/document
creation.
hmakeTagis a low-level HTML tag formatting function.