Maybe I'm just not searching for the right things but hoping someone can help me here in terms of package development. I'm wondering how to get the overall help page of my R package to contain alphabetized links/subsections to all of the functions in package instead of one giant list.
My current R package manual page (when I click on page name in RStudio looks similar to many and just as an example here is DESeq2 page:
Then there are packages whose pages look like this, again just as example here is dplyr page:
I'm guessing this has something to do with a section or header when building the package with roxygen2 but couldn't seem to find answer to my question from searching.
Thanks! Sam