Learn R Programming

formattable (version 0.2.1)

color_tile: Create a color-tile formatter

Description

Create a color-tile formatter

Usage

color_tile(...)

Arguments

...

parameters passed to gradient.

Examples

Run this code
# NOT RUN {
formattable(mtcars, list(mpg = color_tile("white", "pink")))
# }

Run the code above in your browser using DataLab