Learn R Programming

condformat (version 0.10.0)

theme_htmlTable: Customizes appearance of condformat object

Description

Customizes appearance of condformat object

Usage

theme_htmlTable(x, ...)

Arguments

x

The condformat object

...

Arguments to be passed to htmlTable

See Also

Examples

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

Run the code above in your browser using DataLab