Hi, Which library is it? If it is a proper R library and has been properly installed, I think you should be able to do something like: library(help = ts) # Get the list of functions in ts package
In fact that will also show some information about the library itself. On Mon, 31 Mar 2003, Bo Peng wrote: > Date: Mon, 31 Mar 2003 21:34:50 -0600 > From: Bo Peng <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [R] How to list functions in a library? > > I am sorry for such a simple question but I just could not find a > command to list functions (objects) in a certain library. I had to refer > to library documents (often not readily available ) to find them. > > Many thanks in advance. > > -- Cheers, Kevin ------------------------------------------------------------------------------ /* Time is the greatest teacher, unfortunately it kills its students */ -- Ko-Kang Kevin Wang Master of Science (MSc) Student SLC Tutor and Lab Demonstrator Department of Statistics University of Auckland New Zealand Homepage: http://www.stat.auckland.ac.nz/~kwan022 Ph: 373-7599 x88475 (City) x88480 (Tamaki) ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
