You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
courtiol
changed the title
Detect and cancel rowwise grouping
Detect rowwise grouping
Oct 31, 2023
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.
The text was updated successfully, but these errors were encountered: