theme_htmlWidget {condformat} | R Documentation |
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
data(iris)
cf <- condformat(head(iris)) %>%
theme_htmlWidget(number_of_entries = c(10, 25, 100),
width = NULL, height = NULL, elementId = NULL)
## Not run:
print(cf)
## End(Not run)
[Package condformat version 0.10.1 Index]