generate_LaTeX_manual {hutils} | R Documentation |
Generate LaTeX manual of installed package
Description
Generate LaTeX manual of installed package
Usage
generate_LaTeX_manual(pkg, launch = TRUE)
Arguments
pkg |
Quoted package name (must be installed). |
launch |
Should the PDF created be launched using the viewer ( |
Value
See system
.
Called for its side-effect: creates a PDF in the current working directory. Requires a TeX distribution.
Source
https://stackoverflow.com/a/30608000/1664978
[Package hutils version 1.8.1 Index]