normalize_bar {formattable}R Documentation

Create a color-bar formatter using normalize

Description

Create a color-bar formatter using normalize

Usage

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

Arguments

color

the background color of the bars

...

additional parameters passed to normalize

See Also

color_bar, normalize

Examples

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

[Package formattable version 0.2.1 Index]