We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*_at()
(i.e. all functions that use at_selection()).
at_selection()
These were designed to mimic dplyr functions that no longer exist, and I think it's now more clear that tidyselect usage doesn't belong in purrr.
The text was updated successfully, but these errors were encountered:
modify_at()
Still useful to supply character vector of names, so will leave that.
Sorry, something went wrong.
Deprecate use of tidyselect in .at
aeee55d
Fixes #874
f683e90
Successfully merging a pull request may close this issue.
(i.e. all functions that use
at_selection()
).These were designed to mimic dplyr functions that no longer exist, and I think it's now more clear that tidyselect usage doesn't belong in purrr.
The text was updated successfully, but these errors were encountered: