by_values: Map specific cell values to cell properties
Description
Use by_values() to set properties for cells with specific,
pre-determined contents.
Usage
by_values(..., ignore_na = TRUE)
Arguments
...
Name-value pairs like name = value. Cells where contents are equal to
name will have the property set to value. If there is a single unnamed argument,
this is the default value for unmatched cells. More than one unnamed argument is an error.
ignore_na
If TRUE, NA values in the result will be left unchanged
from their previous values. Otherwise, NA
normally resets to the default.