powered by
This is only used on LaTeX output.
theme_kable(x, ...)
The condformat object
Arguments to be passed to knitr::kable (see examples)
kable
data(iris) cf <- condformat(head(iris)) %>% theme_kable(booktabs = TRUE, caption = "My Caption") if (FALSE) { print(cf) }
Run the code above in your browser using DataLab