R/render_html.R
condformat2html.Rd
Converts the table to a htmlTable object
condformat2html(x)
A condformat_tbl object
the htmlTable object
data(iris) cf <- condformat2html(condformat(iris[1:5,])) if (FALSE) { print(cf) }