theme_kable {condformat}R Documentation

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

knitr::kable()

Examples

data(iris)
cf <- condformat(head(iris)) %>%
  theme_kable(booktabs = TRUE, caption = "My Caption")
## Not run: 
print(cf)

## End(Not run)

[Package condformat version 0.10.1 Index]