condformat2widget {condformat} | 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)