View source: R/theme_htmlTable.R
theme_htmlTable | R Documentation |
Customizes appearance of condformat object
theme_htmlTable(x, ...)
x |
The condformat object |
... |
Arguments to be passed to htmlTable |
htmlTable::htmlTable()
data(iris)
cf <- condformat(head(iris)) %>%
theme_htmlTable(caption="Table 1: My iris table", rnames=FALSE)
## 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.