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

Implement ordering functionality #76

Open
2 tasks
nathaneastwood opened this issue Jan 26, 2021 · 0 comments
Open
2 tasks

Implement ordering functionality #76

nathaneastwood opened this issue Jan 26, 2021 · 0 comments
Labels
experimental These are experimental dplyr features which won't be implemented as quickly feature request New feature or request

Comments

@nathaneastwood
Copy link
Owner

  • order_by()

This function makes it possible to control the ordering of window functions in R that don't have a specific ordering parameter.

  • with_order()

This is used to power the ordering parameters of dplyr's window functions

@nathaneastwood nathaneastwood added feature request New feature or request experimental These are experimental dplyr features which won't be implemented as quickly labels Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental These are experimental dplyr features which won't be implemented as quickly feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant