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