Customizes appearance of condformat object

theme_htmlTable(x, ...)

Arguments

x

The condformat object

...

Arguments to be passed to htmlTable

Examples

data(iris)
cf <- condformat(head(iris)) %>%
  theme_htmlTable(caption="Table 1: My iris table", rnames=FALSE)
if (FALSE) {
print(cf)
}