Learn R Programming

RWsearch (version 4.7.0)

f_pdf: 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. See also packages document and sinew.

Usage

f_pdf(..., char = NULL)

Arguments

...

any format recognized by cnsc, except list. A vector of quoted "package::function".

char

(name to) a character vector. Use this argument if ... fails or if you call the function from another function. If used, argument ... is ignored.

Examples

Run this code
# NOT RUN {
f_pdf(c("RWsearch::cnsc", "RWsearch::p_inun"))
# }

Run the code above in your browser using DataLab