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 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
.