Skip to content

upgrade select() to new tidyselect #4680

New issue

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

Closed
romainfrancois opened this issue Dec 30, 2019 · 0 comments
Closed

upgrade select() to new tidyselect #4680

romainfrancois opened this issue Dec 30, 2019 · 0 comments
Labels
feature a feature request or enhancement selection 🧺 tidyselect, scoped verbs, etc.
Milestone

Comments

@romainfrancois
Copy link
Member

So we can do e.g.

library(dplyr, warn.conflicts = FALSE)

iris %>% 
  select(is.numeric)
#> Error: This tidyselect interface doesn't support predicates yet.
#> ℹ Contact the package author and suggest using `select_pos()`.

Created on 2019-12-30 by the reprex package (v0.3.0.9000)

@romainfrancois romainfrancois added this to the 0.9.0 milestone Dec 30, 2019
@romainfrancois romainfrancois added the feature a feature request or enhancement label Dec 30, 2019
@hadley hadley added the selection 🧺 tidyselect, scoped verbs, etc. label Dec 30, 2019
hadley added a commit that referenced this issue Jan 8, 2020
@hadley hadley closed this as completed in 3d45972 Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement selection 🧺 tidyselect, scoped verbs, etc.
Projects
None yet
Development

No branches or pull requests

2 participants