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