[R] Glossay of available R functions

Chuck Cleland ccleland at optonline.net
Mon Jan 30 22:23:11 CET 2006


I am not sure what you mean by a glossary, but subset and rownames are 
both in the R Reference Index:

http://cran.r-project.org/doc/manuals/fullrefman.pdf

If you suspect there might be an R function for something but don't know 
what it is, help.search() can be useful.  For example:

help.search("row names")

Alexandre Santos Aguiar wrote:
> Em Seg 30 Jan 2006 18:36, Chuck Cleland escreveu:
>> rownames(subset(mydata, X >=0))
> 
> Hi,
> 
> I am new to R and read this list to learn. It is amazing how frequently new  
> functions pop in messages. Useful and timesaving functions like subset 
> (above) must be documented somewhere.
> 
> Is there a glossary of functions?
> 

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 452-1424 (M, W, F)
fax: (917) 438-0894




More information about the R-help mailing list