Closed ateucher closed 5 years ago
dplyr 0.7 has hit the streets with big changes to dealing with non-standard evaluation - a new system called tidyeval. See vignette("programming").
vignette("programming")
This isn't urgent yet, as the underscored versions of the dplyr verbs are deprecated, but not defunct (yet).
I took a first try at this when I added the new plot_station_instruments function.
plot_station_instruments
Some good resources here: http://maraaverick.rbind.io/2017/08/tidyeval-resource-roundup/
dplyr 0.7 has hit the streets with big changes to dealing with non-standard evaluation - a new system called tidyeval. See
vignette("programming")
.This isn't urgent yet, as the underscored versions of the dplyr verbs are deprecated, but not defunct (yet).