Learn R Programming

wyz.code.rdoc (version 1.1.19)

getStandardSectionNames: Get Standard Section Names

Description

Get R documentation standard section names

Usage

getStandardSectionNames(sort_b_1 = FALSE)

Arguments

sort_b_1

A single boolean value. Result is sorted when set to TRUE.

Value

A vector of type characters, expressing section names.

References

Refer to Writing R extensions.

Examples

Run this code
# NOT RUN {
getStandardSectionNames()
# [1]  "name"           "docType"        "alias"          "title"          "description"
# [6]  "usage"          "arguments"      "details"        "value"          "custom_section"
# [11] "references"     "author"         "note"           "seealso"        "examples"
# [16] "keyword"        "concept"        "encoding"       "synopsis"       "Rdversion"
# [21] "RdOpts"         "Sexpr"
# }

Run the code above in your browser using DataLab