keywords {gtools} | R Documentation |
List valid keywords for R man pages
keywords(topic)
topic |
object or man page topic |
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.
Gregory R. Warnes greg@warnes.net
## Show all valid R keywords
## Not run:
keywords()
## Show keywords associated with the 'merge' function
keywords(merge)
keywords("merge")
## End(Not run)