List all the objects, functions or data in a package.
LsObj(package)
LsFct(package)
the name of the package
Andri Signorell <andri@signorell.net>
This is just a wrapper for ls
, ls.str
and lsf.str
with the appropriate arguments (as I always forgot how to do the trick).
LsObj()
lists all objects, LsFct()
just the functions in a package.
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.