<data-masking> Expressions that return a
logical value, and are defined in terms of the variables in .data.
If multiple expressions are included, they are combined with the & operator.
Only rows for which all conditions evaluate to TRUE are kept.
.by
<tidy-select> Optionally, a selection of columns to
group by for just this operation, functioning as an alternative to group_by(). For
details and examples, see ?dplyr_by.