condformat2html | R Documentation |
Converts the table to a htmlTable object
condformat2html(x)
x |
A condformat_tbl object |
the htmlTable object
data(iris)
cf <- condformat2html(condformat(iris[1:5,]))
## Not run:
print(cf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.