| Rdo_modify_simple | R Documentation | 
Simple modification of Rd objects.
Rdo_modify_simple(rdo, text, section, ...)
| rdo | an Rd object. | 
| text | a character vector | 
| section | name of an Rd section, a string. | 
| ... | additional arguments to be passed to  | 
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.
an Rd object
Georgi N. Boshnakov
Rdo_modify
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.