Closed paleolimbot closed 7 years ago
The decision to use tidyeval semantics (using Depends dplyr >= 0.7) is recent, and there is much usage of the deprecated _ family of verbs in dplyr.
_
Note that using .data is not always safe, because it does not work with remote tbls.
.data
tbl
The decision to use tidyeval semantics (using Depends dplyr >= 0.7) is recent, and there is much usage of the deprecated
_
family of verbs in dplyr.Note that using
.data
is not always safe, because it does not work with remotetbl
s.