R.utils (version 1.26.0)

readRdHelp: Reads one or more Rd help files in a certain format

Description

Reads one or more Rd help files in a certain format.

Usage

## S3 method for class 'default':
readRdHelp(..., format=c("text", "html", "latex", "rd"), drop=TRUE)

Arguments

...
Arguments passed to help.
format
A character string specifying the return type.
drop
If FALSE or more than one help entry is found, the result is returned as a list.

Value