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 ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html