Converts the table to a htmlTable object

condformat2html(x)

Arguments

x

A condformat_tbl object

Value

the htmlTable object

Examples

data(iris)
cf <- condformat2html(condformat(iris[1:5,]))
if (FALSE) { # \dontrun{
print(cf)
} # }