f_pdf {RWsearch} | R Documentation |
PDF Pages of Functions
Description
f_pdf
generates in the current directory the pdf pages of one or several
functions. The pdf pages are printed but not opened. Miktex or Texlive is required.
This function wraps {utils::help}
with the pdf option activated.
Similar functions are available in the packages document and sinew.
Usage
f_pdf(..., char = NULL)
Arguments
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
Examples
## FALSE is here to avoid a NOTE in CRAN checks. Ignore this line.
if (FALSE) {
f_pdf(c("RWsearch::cnsc", "RWsearch::p_inun"))
}
[Package RWsearch version 5.1.4 Index]