View source: R/theme_htmlWidget.R
theme_htmlWidget | R Documentation |
Customizes appearance of condformat object
theme_htmlWidget(x, ...)
x |
The condformat object |
... |
Arguments to be passed to htmlTable::htmlTableWidget (see examples) |
htmlTable::htmlTable()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.