Map specific cell values to cell properties
Map specific cell values to cell properties
by_values(..., ignore_na = TRUE)
... |
Name-value pairs like |
ignore_na |
If |
A function for use in map_***
functions.
Other mapping functions:
by_cases()
,
by_colorspace()
,
by_function()
,
by_quantiles()
,
by_ranges()
,
by_regex()
,
by_rows()
ht <- hux(letters[1:3]) map_background_color(ht, by_values(a = "red", c = "yellow")) map_background_color(ht, by_values(a = "red", c = "yellow", "green"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.