List Variety Of Objects {DescTools} | R Documentation |
List Objects, Functions Or Data in a Package
Description
List all the objects, functions or data in a package.
Usage
LsObj(package)
LsFct(package)
Arguments
package |
the name of the package |
Details
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.
Author(s)
Andri Signorell <andri@signorell.net>
References
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
See Also
Examples
LsFct("DescTools")
[Package DescTools version 0.99.55 Index]