p_help {pacman} | R Documentation |
Generate an html, web or pdf of a package's help manual.
p_help(package = NULL, web = TRUE, build.pdf = FALSE)
package |
Name of package. |
web |
logical. If |
build.pdf |
logical. If |
Setting build.pdf = TRUE
requires the user to have a pdf compiler (e.g.,
MikTex or
Tex Live) installed.
http://r.789695.n4.nabble.com/Opening-package-manual-from-within-R-td3763938.html
## Not run:
p_help()
p_help(pacman)
p_help(pacman, web=TRUE)
p_help(pacman, build.pdf=TRUE)
## End(Not run)