Customizes appearance of condformat object

theme_htmlWidget(x, ...)

Arguments

x

The condformat object

...

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

Examples

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)
}