Create a color-bar formatter
Create a color-bar formatter
color_bar(color = "lightgray", fun = "proportion", ...)
color |
the background color of the bars |
fun |
the transform function that maps the input vector to
values from 0 to 1. Uses |
... |
additional parameters passed to |
formattable(mtcars, list(mpg = color_bar("lightgray", proportion)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.