v0.9.0
This release adds row subsetting to data_color(), allowing color scales to be applied to specific rows.
New Features
- Row selection in
data_color()— Arows=argument enables applying color scales to a subset of rows rather than the entire column. (#364, @jrycw)
Breaking Changes
- The
rows=parameter is now the third positional argument indata_color(), which may break code that relied on positional argument order.