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
I came across an edge case today where group_modify gives a misleading error message if the input data frame is empty. It reports that the grouping variable was not found. I think the expected behavior would be to return an empty data frame, similar to summarize.
group_map returns an empty list given the same input.
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/
lockbot
locked and limited conversation to collaborators
Dec 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I came across an edge case today where
group_modify
gives a misleading error message if the input data frame is empty. It reports that the grouping variable was not found. I think the expected behavior would be to return an empty data frame, similar to summarize.group_map
returns an empty list given the same input.Created on 2019-06-12 by the reprex package (v0.3.0)
Session info
The text was updated successfully, but these errors were encountered: