Closed markfairbanks closed 2 years ago
Should we implement a temporary eval_select
wrapper in dtplyr that disallows predicates until that happens? That way this would be fixed for other cases too. In dplyr you can use where
in select, relocate, rename_with, mutate's .before and .after, and it looks like all of those are silent failures in dtplyr.
Yeah I like that option better - I'll close this PR and we can do that in a different one.
FYI @eutwt I opened an issue for adding the helper
Closes #271
The biggest thing this prevents is the "silent failure" cases.
Note: This can be updated later if https://github.com/r-lib/tidyselect/issues/226 is implemented.