Location helper for targeting row groups (deprecated)
cells_group(groups = everything())
Specification of row group IDs
<row-group-targeting expression>
// default: everything()
The row groups to which targeting operations are constrained. Can either be
a series of row group ID values provided in c()
or a select helper
function (e.g. starts_with()
, ends_with()
, contains()
, matches()
,
num_range()
, and everything()
).
v0.2.0.5
(March 31, 2020)