tidyverse / dplyr

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

`group_split()` not shown on the reference page #7043

Open etiennebacher opened 4 months ago

etiennebacher commented 4 months ago

The help page for group_split() exists in the docs: https://dplyr.tidyverse.org/dev/reference/group_split.html

But oddly it doesn't appear on the reference page: https://dplyr.tidyverse.org/dev/reference/index.html

I don't understand how this is possible without pkgdown throwing an error but it should appear on the reference page.

luisDVA commented 2 months ago

the function is not listed in the groups section in the pkgdown yml file that determines the functions listed. This may be intentional though.