Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Author(s)

Gregory R. Warnes greg@warnes.net

See Also

Examples

## Show all valid R keywords
keywords()

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

gtools

Various R Programming Tools

v3.8.2
GPL-2
Authors
Gregory R. Warnes, Ben Bolker, and Thomas Lumley
Initial release
2020-03-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.