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
Error:
! Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `all_of(var)` (or `any_of(var)`) instead of `.data[[var]]`
The text was updated successfully, but these errors were encountered:
Thank you for pointing this out. Would you be interested in filing a PR? I believe the way I initially implemented tidyselect helpers in #3 may no longer be best practice.
gives
The text was updated successfully, but these errors were encountered: