leighseverson / countyweather

9 stars 11 forks source link

Replace all the dplyr_ versions of verbs #104

Open geanders opened 2 years ago

geanders commented 2 years ago

These have been deprecated, so they'll give warnings if we leave them in (and eventually not work). I'll figure out how to replace them with the non-*_ versions.

geanders commented 2 years ago

Here's a good vignette on this topic: https://tidyr.tidyverse.org/articles/in-packages.html

geanders commented 2 years ago

And here's one for dplyr: https://dplyr.tidyverse.org/articles/programming.html