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 |
See Also
Examples
formattable(mtcars, list(mpg = normalize_bar()))
[Package formattable version 0.2.1 Index]