theme_grob | R Documentation |
This is only used on grob output.
theme_grob(x, ...)
x |
The condformat object |
... |
Arguments to be passed to gridExtra::tableGrob (see examples) |
gridExtra::tableGrob()
data(iris)
cf <- condformat(head(iris)) %>%
theme_grob(
rows = NULL,
theme = gridExtra::ttheme_default(base_size = 10, base_colour = "red")
)
condformat2grob(cf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.