Post 3/4 for dplyr 1.1.0 is out! #rstats 🎉
Today, we'll look at how the vctrs 📦 has upgraded dplyr's vector functions, like `case_when()` and `between()`.
We'll also look at two powerful new helpers: `case_match()` and `consecutive_id()`!
Post 3/4 for dplyr 1.1.0 is out! #rstats 🎉
Today, we'll look at how the vctrs 📦 has upgraded dplyr's vector functions, like `case_when()` and `between()`.
We'll also look at two powerful new helpers: `case_match()` and `consecutive_id()`!
@davis "`if_else()` has received the same updates as `case_when()`. In particular, it is no longer as strict about typed missing values."
:cheer: I still use ifelse() because if_else() strict typing was a PITA.