List Keywords For R Manual Pages
List the keywords for specific R man pages or return a list of valid R keywords.
Keywords(topic)
topic |
optional, 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
Keywords()
## Show Keywords associated with the 'merge' function
Keywords(merge)
Keywords("merge")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.