You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, it would be necessary to check the type to figure out whether allow_predicate should be TRUE or FALSE. It might make sense if tidyselect() could handle this.
Lazy tibbles currently have two issues with
eval_select()
:dtplyr:::simulate_vars()
.allow_predicates
would make sense: Optionally suppress use of predicates #226The second point is still a bit annoying when trying to do some general work in a generic, e.g. in
tidyr::nest()
unnamed dots are tried to be namedSo, it would be necessary to check the type to figure out whether
allow_predicate
should beTRUE
orFALSE
. It might make sense iftidyselect()
could handle this.Also see tidyverse/tidyr#1134
The text was updated successfully, but these errors were encountered: