Learn R Programming

DescTools (version 0.99.7)

LsFct: List Functions of a Package

Description

List all the functions of a package.

Usage

LsFct(package)

Arguments

package
the name of the package

Details

This is just a wrapper for ls with the appropriate arguments (as I always forgot how to do the trick..).

References

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

See Also

ls

Examples

Run this code
LsFct("DescTools")

Run the code above in your browser using DataLab