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

Add .drop to group_by() #63

Closed
nathaneastwood opened this issue Nov 23, 2020 · 1 comment
Closed

Add .drop to group_by() #63

nathaneastwood opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
feature request New feature or request
Milestone

Comments

@nathaneastwood
Copy link
Owner

Drop groups formed by factor levels that don't appear in the data. The default should be TRUE except when .data has been previously grouped with .drop = FALSE. See group_by_drop_default() for details.

@nathaneastwood nathaneastwood added the feature request New feature or request label Nov 23, 2020
@nathaneastwood nathaneastwood changed the title [FEAT] Add .drop to group_by() Add .drop to group_by() Nov 24, 2020
@nathaneastwood nathaneastwood added this to the 0.2.5 milestone Nov 27, 2020
nathaneastwood added a commit that referenced this issue Feb 14, 2021
Initial groundwork for #63
@nathaneastwood nathaneastwood self-assigned this Mar 1, 2021
@nathaneastwood
Copy link
Owner Author

This work is more or less closed by 849a4db. Additional work may be required to close #82.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant