List Variety Of Objects | R Documentation |
List all the objects, functions or data in a package.
LsObj(package)
LsFct(package)
package |
the name of the package |
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.
Andri Signorell <andri@signorell.net>
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
ls
, ls.str
, lsf.str
LsFct("DescTools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.