get_function: Get functions in package

Description Usage Arguments Details Value

View source: R/tools.R

Description

Get functions in package that match a regular expression. Private functions are returned as well.

Usage

1

Arguments

package

(character of length 1) The name of the package to search for functions in.

pattern

(character of length 1) A regular expression that functions' name must match.

Details

Inspired by: http://stackoverflow.com/questions/8696158/find-all-functions-including-private-in-a-package

Value

list of function


grunwaldlab/quiltr documentation built on May 17, 2019, 8:40 a.m.