DescTools (version 0.99.19)

List Variety Of Objects: List Objects, Functions Or Data in a Package

Description

List all the objects, functions or data in a package.

Usage

LsObj(package) LsFct(package) LsData(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 and LsData the data in a package.

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.

See Also

ls, ls.str, lsf.str

Examples

Run this code
LsFct("DescTools")

Run the code above in your browser using DataCamp Workspace