| Rdo_section {gbRd} | R Documentation |
Extract a section element from an Rd object or Rd fragment
Description
Extract a section element from an Rd object or Rd fragment.
Usage
Rdo_section(rdo, sec)
Arguments
rdo |
an Rd object or fragment |
sec |
the required section, a string |
Details
If the class or the "Rd_tag" attribute of rdo is "Rd" the
required section is extracted. Otherwise, if this attribute is equal to
sec, then rdo is returned.
In all other cases it is assumed that rdo is the contents of
the required section, its "Rd_tag" attribute is set to sec and
returned without further modification.
Value
An Rd fragment for use as a section element of an Rd object
Note
This function is intended for use by other functions which work with Rd objects.
Author(s)
Georgi N. Boshnakov
[Package gbRd version 0.4.12 Index]