Learn R Programming

bazar (version 1.0.11)

get_all_funs: Functions exported by a package

Description

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

Usage

get_all_funs(pkg)

Arguments

pkg

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

Value

A character vector, the functions exported.

Examples

Run this code
# NOT RUN {
get_all_funs("stats")

# }

Run the code above in your browser using DataLab