I have created an R package following Hadley Wickham's instruction on how to build and document packages with Roxygen. Now I would like to export the function help pages and vignettes to a bunch of html files so that it can also be read and linked-to on a website.
When I look into my library for the installed package there is an html folder but it only contains an 00Index.html page. Is there an easy way to export the rest (function help pages and vignettes) of my package documentation?