Keywords: List Keywords For R Manual Pages

View source: R/DescTools.r

KeywordsR Documentation

List Keywords For R Manual Pages

Description

List the keywords for specific R man pages or return a list of valid R keywords.

Usage

Keywords(topic)

Arguments

topic

optional, object or man page topic

Details

If topic is provided, return a list of the Keywords associated with topic. Otherwise, display the list of valid R Keywords from the R doc/Keywords file.

Author(s)

Gregory R. Warnes greg@warnes.net

See Also

help

Examples


## Show all valid R Keywords
Keywords()

## Show Keywords associated with the 'merge' function
Keywords(merge)
Keywords("merge")

AndriSignorell/DescTools documentation built on March 18, 2024, 3:44 p.m.