Rdpack (version 0.4-20)

parse_Rdtext: Parse Rd source text as the contents of a section

Description

Parse Rd source text as the contents of a given section.

Usage

parse_Rdtext(text, section = NA)

Arguments

text
Rd source text, a character vector.
section
the section name, a string.

Value

an Rd fragment

Details

If section is given, then parse_Rdtext parses text as appropriate for the content of section section. This is achieved by inserting text as an argument to the TeX macro section. For example, if section is "\usage", then a line "\usage{" is inserted at the begiinning of text and a closing "}" at its end.

If section is NA then parse_Rdtext parses it without preprocessing. In this case text itself will normally be a complete section fragment.

See Also

parse_Rdpiece