Post #1154509
2026-02-04 11:39 UTC
dplyr 1.2.0 is out now and we are SO excited!
- `filter_out()` for dropping rows
- `recode_values()`, `replace_values()`, and `replace_when()` that join `case_when()` as a complete family of recoding/replacing tools
These are huge quality of life wins for #rstats!
https://tidyverse.org/blog/2026/02/dplyr-1-2-0/
Replies (1)
-
@jrosell@mastodon.social 2026-02-04 11:44
@davis@fosstodon.org "Just like with filter(), filter_out() treats NA values as FALSE." very cool example. Thanks!