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

readRdHelpR Documentation

Reads one or more Rd help files in a certain format

Description

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

Usage

## Default S3 method:
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

Returns a list of character strings or a single character string.

Author(s)

Henrik Bengtsson


R.utils documentation built on Nov. 18, 2023, 1:09 a.m.