PDFManual: Get PDF Manual of a Package From CRAN

View source: R/DescTools.r

PDFManualR Documentation

Get PDF Manual of a Package From CRAN

Description

PDF versions of the manual are usually not included as vignettes in R packages. Still this format is convenient for reading and doing full text search.
This function creates the appropriate link to the pdf file on CRAN and opens the pdf manual in a browser window.

Usage

PDFManual(package)

Arguments

package

name of the package.

Author(s)

Andri Signorell <andri@signorell.net>

Examples

## Not run: 
PDFManual(DescTools)

## End(Not run)

AndriSignorell/DescTools documentation built on April 13, 2024, 6:33 a.m.