You probably saw `filter_out()` in {dplyr} 1.2.0 but did you notice `when_any()` and `when_all()`?
Not only is it easier to write conditions, but the usage of commas instead of | and & means formatters like air will align all conditions the same 🤩
#rstats
dplyr.tidyverse.org/reference/wh...
Ben Harrap