[R] functions in a package

Marc Schwartz mschwartz at medanalytics.com
Mon Apr 14 04:17:55 CEST 2003


>-----Original Message-----
>From: r-help-bounces at stat.math.ethz.ch 
>[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Yan Yu
>Sent: Sunday, April 13, 2003 8:52 PM
>To: r-help at stat.math.ethz.ch
>Subject: [R] functions in a package 
>
>
>Hello,
>I have a beginner's Q:
>   if i want to know all the functions provided by a package, 
>what is command for that? in another word, Is there a command 
>to list all the commands available in a packege? thanks a lot, yan

Look at ?package.contents

For example:

package.contents("ctest")

HTH,

Marc Schwartz



More information about the R-help mailing list