p_help: Package Help Manual

Description Usage Arguments Warning References See Also Examples

Description

Generate an html, web or pdf of a package's help manual.

Usage

1
p_help(package = NULL, web = TRUE, build.pdf = FALSE)

Arguments

package

Name of package.

web

logical. If TRUE grabs current pdf help manual from the web (pdf argument is ignored).

build.pdf

logical. If TRUE attempts to locate the file first and ten uses a LaTeX compiler to generate a pdf.

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

help

Examples

1
2
3
4
5
6
7
## Not run: 
p_help()
p_help(pacman)
p_help(pacman, web=TRUE)
p_help(pacman, build.pdf=TRUE)

## End(Not run)

pacman documentation built on May 2, 2019, 1:08 p.m.