Generate an html, web or pdf of a package's help manual.
p_help(package = NULL, web = TRUE, build.pdf = FALSE)
Setting build.pdf = TRUE
requires the user to have a pdf compiler (e.g.,
MikTex or
Tex Live) installed.
if (FALSE) { # \dontrun{
p_help()
p_help(pacman)
p_help(pacman, web=TRUE)
p_help(pacman, build.pdf=TRUE)
} # }