contents: View the contents (functions) of a package

Description Usage Arguments Details Value Author(s) Examples

View source: R/contents.R

Description

View the contents (functions) of a package

Usage

1

Arguments

x

a string containing the name of the package. Defaults to "fifer".

Details

It's easy to forget what functions are contained within a package. contents will return all the functions within a package

Value

a string of all the functions contained within that package.

Author(s)

Dustin Fife

Examples

1
2
3
4
## see what's in fifer
contents()
## see what's in MASS
## Not run: contents("MASS")

dustinfife/fifer documentation built on Oct. 31, 2020, 3:36 p.m.