As suggested by Hadley Wickham, paragraph Documenting packages, e.g. via usethis::use_package_doc(). This can provide an easy entry point to the index with all functions from the command line without actually knowing any function from the package.
library("bookdown")
?bookdown
I cannot find such a help file with the current CRAN version.