Learn R Programming

ascribe (version 0.2.0)

collect_pkg_funs: Collect exported functions and R6 methods from a package

Description

Returns a character vector of function names exported by pkg, including methods of exported and namespace-internal R6 classes.

Usage

collect_pkg_funs(pkg)

Value

Character vector of function/method names.

Arguments

pkg

Package name (character scalar).

Examples

Run this code
collect_pkg_funs("stats")

Run the code above in your browser using DataLab