p_functions: Package Functions

Description Usage Arguments Examples

Description

List the functions from a package.

Usage

1
2
3
p_functions(package = "base", all = FALSE, character.only = FALSE)

p_funs(package = "base", all = FALSE, character.only = FALSE)

Arguments

package

Name of the package you want the list of functions for.

all

logical. If TRUE all of the functions from the package will be displayed regardless of whether they're exported or not.

character.only

logical. If TRUE the input is a variable containing the package name.

Examples

1
2
3

trinker/pacman documentation built on May 21, 2020, 6:23 a.m.