View source: R/theme_caption.R
theme_caption | R Documentation |
The advantage with respect to theme_htmlTable(caption = "My table") is that this works with HTML and LaTeX outputs
theme_caption(x, caption = "")
x |
The condformat object |
caption |
The caption to show |
data(iris)
cf <- condformat(head(iris)) %>%
theme_caption(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.