Learn R Programming

formattable (version 0.2.1)

normalize_bar: 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

Run this code
# NOT RUN {
formattable(mtcars, list(mpg = normalize_bar()))
# }

Run the code above in your browser using DataLab