highlight_bars {reactablefmtr} | R Documentation |
Color of highlight used in 'react_sparkbar'.
Description
Color of highlight used in 'react_sparkbar'.
Usage
highlight_bars(
first = "transparent",
last = "transparent",
min = "transparent",
max = "transparent"
)
Arguments
first , last , min , max |
The colors of first, last, min, and max bars |
Value
a function that provides colors for specific bars.
[Package reactablefmtr version 2.0.0 Index]