pkg_pdf: PDF manual

Description Usage Arguments Value See Also

View source: R/pkg_xyz.R

Description

Render the PDF manual of all the package's documentation

Usage

1
pkg_pdf(projname = ".", ropt = "--vanilla", popt = "--force")

Arguments

projname

path to a package source, by default "." (current directory)

ropt

a character vector, or space-delimited character string, of options to be passed to R. By default --vanilla to run in a baseline R session, reading no profile or environment files, and no saving of workspace

popt

a character vector, or space-delimited character string, of options to be passed to Rd2pdf. By default --force to overwrite existing file

Value

A PDF file is saved to the root directory of the package

See Also

Rd2pdf


AkselA/R-projector documentation built on June 19, 2020, 4:24 p.m.