error with tidyee_ob |>group_by(a,b,c) |> summarise(stat=stat)
when grouping creates >n groups
#29
Labels
bug
Something isn't working
When your grouping creates a huge number of groups to summarise the tidyee object over there seems to be an issue. This wont happen with typical
group_by(year) or group_by(year,month)
work flows, but can happen if you includedoy
in the grouping. I have not figured out the limit # of groups or the exact source of the problem, but the reprex below shows the issue and gets passed the first error message and onto the next.Created on 2022-08-19 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: