Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Rdo_modify_simple

Simple modification of Rd objects


Description

Simple modification of Rd objects.

Usage

Rdo_modify_simple(rdo, text, section, ...)

Arguments

rdo

an Rd object.

text

a character vector

section

name of an Rd section, a string.

...

additional arguments to be passed to Rdo_modify.

Details

Argument text is used to modify (as a replacement of or addition to) the content of section section of rdo.

This function can be used for simple modifications of an Rd object using character content without converting it separately to Rd.

text is converted to Rd with char2Rdpiece(text, section). The result is passed to Rdo_modify, together with the remaining arguments.

Value

an Rd object

Author(s)

Georgi N. Boshnakov

See Also


Rdpack

Update and Manipulate Rd Documentation Objects

v2.1.1
GPL (>= 2)
Authors
Georgi N. Boshnakov [aut, cre], Duncan Murdoch [ctb]
Initial release
2021-02-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.