Learn R Programming

condformat (version 0.10.0)

condformat2html: Converts the table to a htmlTable object

Description

Converts the table to a htmlTable object

Usage

condformat2html(x)

Value

the htmlTable object

Arguments

x

A condformat_tbl object

Examples

Run this code
data(iris)
cf <- condformat2html(condformat(iris[1:5,]))
if (FALSE) {
print(cf)
}

Run the code above in your browser using DataLab