get_all_funs: Functions exported by a package

Description Usage Arguments Value Examples

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")

bazar documentation built on May 2, 2019, 7:02 a.m.