[R] R function help arranged in categorical order ?
    Duncan Murdoch 
    dmurdoch at pair.com
       
    Thu Nov  6 12:40:15 CET 2003
    
    
  
On Thu, 06 Nov 2003 19:18:28 +1300, you wrote:
>
>>Similarly help.search can list by categories, aka keywords.  Perhaps its 
>>help page needs to say where the list of standard keywords is.
>>
>>  
>>
>But to list all the help pages in a given "category", you need to use 
>help.search(keyword="iplot",agrep=FALSE,package="base")
>or is there an easier way?
Use help.start().  This starts the HTML help system.  Follow the link
to "Search engine and keywords".
This works as long as you have an HTML browser configured.
Duncan Murdoch
    
    
More information about the R-help
mailing list