get_all_funs: Functions exported by a package

Description Usage Arguments Value Examples

View source: R/get_all_funs.R

Description

get_all_funs provides all the functions exported by a given installed package.

Usage

1

Arguments

pkg

character. The package of interest. (Must be installed already.)

Value

A character vector, the functions exported.

Examples

1
get_all_funs("stats")

paulponcet/bazar documentation built on July 15, 2019, 5:28 a.m.