Learn R Programming

condformat (version 0.10.0)

theme_kable: Customizes appearance of condformat object

Description

This is only used on LaTeX output.

Usage

theme_kable(x, ...)

Arguments

x

The condformat object

...

Arguments to be passed to knitr::kable (see examples)

See Also

Examples

Run this code
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