f_pdf | R Documentation |
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.
f_pdf(..., char = NULL)
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
## FALSE is here to avoid a NOTE in CRAN checks. Ignore this line.
if (FALSE) {
f_pdf(c("RWsearch::cnsc", "RWsearch::p_inun"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.