Learn R Programming

wyz.code.rdoc (version 1.1.7)

rdocKeywords: R documentation keywords

Description

Provide R documentation keywords inventory

Usage

rdocKeywords(asList_b_1 = FALSE)

Arguments

asList_b_1

a boolean to specify desired output

Value

A vector when parameter asList_b_1 is FALSE, a list otherwise.

References

Refer to Writing R extensions to know more about R documentation requirements.

Examples

Run this code
# NOT RUN {
print(rdocKeywords())
print(rdocKeywords(TRUE))
# }

Run the code above in your browser using DataLab