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

fifer documentation built on May 30, 2017, 7:40 a.m.

Related to contents in fifer...