gtools (version 3.9.5)

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

Author

Gregory R. Warnes greg@warnes.net

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

Examples

Run this code

## Show all valid R keywords
if (FALSE) {
keywords()

## Show keywords associated with the 'merge' function
keywords(merge)
keywords("merge")
}

Run the code above in your browser using DataLab