Learn R Programming

condformat (version 0.10.0)

theme_htmlWidget: Customizes appearance of condformat object

Description

Customizes appearance of condformat object

Usage

theme_htmlWidget(x, ...)

Arguments

x

The condformat object

...

Arguments to be passed to htmlTable::htmlTableWidget (see examples)

See Also

Examples

Run this code
data(iris)
cf <- condformat(head(iris)) %>%
  theme_htmlWidget(number_of_entries = c(10, 25, 100),
                   width = NULL, height = NULL, elementId = NULL)
if (FALSE) {
print(cf)
}

Run the code above in your browser using DataLab