tidyverse / dplyr

dplyr: A grammar of data manipulation
https://dplyr.tidyverse.org/
Other
4.79k stars 2.12k forks source link

Add `group_split()` on the reference page on the website #7079

Open etiennebacher opened 3 months ago

etiennebacher commented 3 months ago

Close #7043

olivroy commented 3 months ago

It seems that this is intentional #6657. Don't know how their thinking evolved over the last 1.5 year

etiennebacher commented 3 months ago

There's now a clearly visible "Experimental" badge next to this kind of functions on the reference page (on the dev website) so I think it's worth including it

MikeJohnPage commented 2 months ago

While the documentation for group_split is not available on the reference page, it is linked to in the details section of group_map.

This creates some inconsisency in the documentation (which this PR would fix).