contents: View the contents (functions) of a package

Description Usage Arguments Details Value Author(s) Examples

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")

vagnerfonseca/fifer documentation built on May 3, 2019, 4:06 p.m.