keywords: List valid keywords for R man pages

Description Usage Arguments Details Author(s) See Also Examples

Description

List valid keywords for R man pages

Usage

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

Author(s)

Gregory R. Warnes greg@warnes.net

See Also

help

Examples

1
2
3
4
5
6
## Show all valid R keywords
keywords()

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

gtools documentation built on May 2, 2019, 4:52 p.m.

Related to keywords in gtools...