Package Help Manual

Usage

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.

Package Help Manual

Package Help Manual

Description

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

Warning

Setting build.pdf = TRUE requires the user to have a pdf compiler (e.g., MikTex or Tex Live) installed.

Examples

## <strong>Not run</strong>: # p_help() # p_help(pacman) # p_help(pacman, web=TRUE) # p_help(pacman, build.pdf=TRUE) # ## <strong>End(Not run)</strong>

See also

help