Create a color-bar formatter using normalize

normalize_bar(color = "lightgray", ...)

Arguments

color

the background color of the bars

...

additional parameters passed to normalize()

Examples

formattable(mtcars, list(mpg = normalize_bar()))