htmltabv | R Documentation |
Simple HTML Table of Verbatim Output
htmltabv(..., cols = 2, propts = list(quote = FALSE))
... |
objects to |
cols |
number of columns in the html table |
propts |
an option list of arguments to pass to the |
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).
character string of html
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.