r-lib / tidyselect Public
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
select_helpers accept character vector? #50
Comments
The PR at tidyverse/dplyr#2958 (never commited) changed the semantics so that:
(Source: tidyverse/dplyr@331ed4e) As long as it’s documented, that sounds like a reasonable behaviour, IMHO. |
lionel-
added a commit
to lionel-/tidyselect
that referenced
this issue
Oct 18, 2019
lionel-
added a commit
to lionel-/tidyselect
that referenced
this issue
Oct 18, 2019
lionel-
added a commit
to lionel-/tidyselect
that referenced
this issue
Oct 18, 2019
lionel-
added a commit
to lionel-/tidyselect
that referenced
this issue
Oct 18, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible feature request though this may contradict #49
Allow for natively passing a vector of strings to
starts_with
,ends_with
,contains
... in order to avoid having to redefine the regexCurrently:
(1) Unwieldy manual list of single columns
or
(2) Redefine matching regex for each
select_helper
Request:
which would have the same behaviour as (1)
For context
The text was updated successfully, but these errors were encountered: