Skip to content
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

dplyr feature request, between() for character variables. #2995

Closed
ghost opened this issue Jul 25, 2017 · 4 comments
Closed

dplyr feature request, between() for character variables. #2995

ghost opened this issue Jul 25, 2017 · 4 comments
Assignees
Labels
feature a feature request or enhancement

Comments

@ghost
Copy link

ghost commented Jul 25, 2017


I was referred here by the folks at RStudio. I'm not sure that I'm in the right place, as this is not a bug, but a suggestion for a new feature. If there is a more appropriate place for this, let me know.

The between() function in dplyr is very nice and much appreciated. But it presently only works for numeric variables. It would be nice (and much appreciated) to have a version that works for character variables, perhaps with an option for locale to set the correct sorting sequence.

Larry Hunsicker

# insert reprex here
@krlmlr krlmlr added data frame feature a feature request or enhancement labels Jul 27, 2017
@krlmlr
Copy link
Member

krlmlr commented Jul 27, 2017

Thanks for reporting, this feature looks useful to me, too. To change the collation order, you could use withr::with_collate().

@romainfrancois
Copy link
Member

Closing this in favor of https://github.com/r-lib/vctrs/issues/147

@lock
Copy link

lock bot commented Jun 16, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

1 similar comment
@lock
Copy link

lock bot commented Dec 13, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Dec 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants