Learn R Programming

fifer (version 1.1)

contents: View the contents (functions) of a package

Description

View the contents (functions) of a package

Usage

contents(x = NULL)

Arguments

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

Value

a string of all the functions contained within that package.

Details

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

Examples

Run this code
## see what's in fifer
contents()
## see what's in MASS
## Not run: contents("MASS")

Run the code above in your browser using DataLab