hwrite(x, page=NULL, ...)character, vector, matrix
and data.frame are currently supported.openPage.x is a vector of only one element, it will be written by default
as an HTML text element unless table is TRUE: in that case,
it will be written as an HTML table containing an unique element. If x is a vector of more than one element, a matrix or a data.frame, it will be
written by default as an HTML table unless table is FALSE: in that case,
it will be written as a vector or a matrix of HTML text elements.
Many optional arguments can be used to render an HTML object. See below for
additional information. Many comprehensive examples can be found in the
Examples section by typing example(hwrite).
openPage, closePage, hwriteImage, hmakeTag.