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