DescTools (version 0.99.13)

Keywords: List valid Keywords for R man pages

Description

List valid keywords for R man pages

Usage

Keywords(topic)

Arguments

topic
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.

See Also

help

Examples

Run this code
## Show all valid R Keywords
Keywords()

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

Run the code above in your browser using DataCamp Workspace