Description Usage Arguments Details Value Author(s) Examples
View the contents (functions) of a package
1 |
x |
a string containing the name of the package. Defaults to "fifer". |
It's easy to forget what functions are contained within a package.
contents
will return all the functions within a package
a string of all the functions contained within that package.
Dustin Fife
1 2 3 4 | ## see what's in fifer
contents()
## see what's in MASS
## Not run: contents("MASS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.