theme_kable | R Documentation |
This is only used on LaTeX output.
theme_kable(x, ...)
x |
The condformat object |
... |
Arguments to be passed to knitr::kable (see examples) |
knitr::kable()
data(iris)
cf <- condformat(head(iris)) %>%
theme_kable(booktabs = TRUE, caption = "My Caption")
## 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.