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

Detect rowwise grouping #9

Open
courtiol opened this issue Oct 31, 2023 · 0 comments
Open

Detect rowwise grouping #9

courtiol opened this issue Oct 31, 2023 · 0 comments

Comments

@courtiol
Copy link
Owner

Users unfamiliar with lay may call rowwise() beforehand.
Doing so should exert no effect besides slowing down computation massively.
So perhaps we should detect rowwise groupings and act upon ithat (remove temporarily, warn, err, ...?).
That would probably imply to detect if the object is a tibble.
We need to see how this is efficiently done in dplyr.

@courtiol courtiol changed the title Detect and cancel rowwise grouping Detect rowwise grouping Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant