Skip to content

How to know in which package is a function

3 messages · Liaw, Andy, Robert Chung, Uwe Ligges

#
getAnywhere(), as Uwe suggested, will find objects that are in attached
packages.  help.search(), as Doug suggested, will find help topics among
installed packages.  To search among all CRAN (and BioC) packages, your best
best is RSiteSearch("fcn", restrict="function").  The result is not shown in
R, though.

Andy
#
Liaw, Andy wrote:
No documentation for 'RSiteSearch' in specified packages and libraries:
you could try 'help.search("RSiteSearch")'
No help files found with alias or concept or title matching
'RSiteSearch' using fuzzy matching.
#
Robert Chung wrote:
So you should try out the recent version of R (2.1.0), which contains 
RSiteSearch in package "utils".

Uwe Ligges