[R] discovery
Duncan Murdoch
murdoch at stats.uwo.ca
Fri Jun 10 19:28:28 CEST 2005
On 6/10/2005 12:59 PM, Robert Citek wrote:
> How can one discover or list all available built-in objects?
search() tells you all the attached environments.
ls(n) gives you a list of what is in the n'th one.
The 1300+ page R Reference Manual gives you all the help pages for base
packages. Usually library(help="package") will give you some sort of
list of the useful things in a particular package.
Duncan Murdoch
More information about the R-help
mailing list