As I explained in the question, I made an R package using devtools and roxygen2. When I type ?function
the roxygen2 documentation displays in the Rstudio window and looks similar to the more mainstream packages. Is there a way to create the pdf R documentation like what gets created for those mainstream packages?
Thanks!