Customizes appearance of condformat object
theme_htmlWidget(x, ...)data(iris)
cf <- condformat(head(iris)) |>
theme_htmlWidget(number_of_entries = c(10, 25, 100),
width = NULL, height = NULL, elementId = NULL)
if (FALSE) { # \dontrun{
print(cf)
} # }