Learn R Programming

Rdpack (version 0.4-4)

Rdo_locate_predefined_section: Locate the position of a predefined section

Description

Locate the position of a predefined section.

Usage

Rdo_locate_predefined_section(rdo, sec)

Arguments

rdo
an Rd object.
sec
the required ection, a character string.

Value

  • a numeric vector

Details

This returns the position of a top level section in an Rd object. todo: more care needed.