powered by
Customizes appearance of condformat object
theme_htmlWidget(x, ...)
The condformat object
Arguments to be passed to htmlTable::htmlTableWidget (see examples)
htmlTable
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