condformat2widget {condformat}R Documentation

Converts the table to a htmlTableWidget

Description

Converts the table to a htmlTableWidget

Usage

condformat2widget(x, ...)

Arguments

x

A condformat_tbl object

...

Deprecated: Arguments passed to htmlTable::htmlTableWidget

Value

the htmlTable widget

Examples

## Not run: 
data(iris)
cf <- condformat2widget(condformat(iris[1:5,]))
\dontrun{
print(cf)
}

## End(Not run)

[Package condformat version 0.10.1 Index]