theme_htmlTable: Customizes appearance of condformat object

View source: R/theme_htmlTable.R

theme_htmlTableR Documentation

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

htmlTable::htmlTable()

Examples

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

## End(Not run)

condformat documentation built on Oct. 8, 2023, 9:07 a.m.