p_help {pacman} | R Documentation |
Package Help Manual
Description
Generate an html, web or pdf of a package's help manual.
Usage
p_help(package = NULL, web = TRUE, build.pdf = FALSE)
Arguments
package |
Name of package. |
web |
logical. If |
build.pdf |
logical. If |
Warning
Setting build.pdf = TRUE
requires the user to have a pdf compiler (e.g.,
MikTex or
Tex Live) installed.
References
http://r.789695.n4.nabble.com/Opening-package-manual-from-within-R-td3763938.html
See Also
Examples
## Not run:
p_help()
p_help(pacman)
p_help(pacman, web=TRUE)
p_help(pacman, build.pdf=TRUE)
## End(Not run)
[Package pacman version 0.5.1 Index]