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()`!

https://www.tidyverse.org/blog/2023/02/dplyr-1-1-0-vctrs/

dplyr 1.1.0: The power of vctrs

All of the dplyr vector functions, like `between()` and `case_when()`, are now powered by vctrs. We've also added 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.