
Last chance! 50% off unlimited learning
Sale ends in
Generate an html, web or pdf of a package's help manual.
p_help(package = NULL, web = TRUE, build.pdf = FALSE)
Name of package.
logical. If TRUE
grabs current pdf help manual from the
web (pdf
argument is ignored).
logical. If TRUE
attempts to locate the file first
and ten uses a LaTeX compiler to generate a pdf.
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)
# }
Run the code above in your browser using DataLab