Simple HTML Table of Verbatim Output
htmltabv(..., cols = 2, propts = list(quote = FALSE))
character string of html
Frank Harrell
Uses capture.output
to capture as character strings the results of
running print()
on each element of ...
. If an element of ...
has
length of 1 and is a blank string, nothing is printed for that cell
other than its name (not in verbatim).