[R] functions in a package
Andrew C. Ward
s195404 at student.uq.edu.au
Mon Apr 14 04:23:04 CEST 2003
Yan, I believe this very question was asked on this list in the past
couple of weeks. One of the solutions was
> search() # gives a list of loaded packages
> ls(pos=2) # lists all functions in pos=2 of the search path
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
Quoting Yan Yu <yanyu at cs.ucla.edu>:
> 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
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
More information about the R-help
mailing list