color_tile {formattable} | R Documentation |
Create a color-tile formatter
Description
Create a color-tile formatter
Usage
color_tile(...)
Arguments
... |
parameters passed to |
Examples
formattable(mtcars, list(mpg = color_tile("white", "pink")))
[Package formattable version 0.2.1 Index]