Learn R Programming

evanverse (version 0.3.7)

pkg_functions: pkg_functions: List exported functions from a package

Description

List exported symbols from a package (via its NAMESPACE). Optionally filter by a case-insensitive keyword. Results are sorted alphabetically.

Usage

pkg_functions(pkg, key = NULL)

Value

Character vector of exported names (invisibly).

Arguments

pkg

Character scalar. Package name.

key

Optional character scalar. Keyword to filter function names (case-insensitive).

Examples

Run this code
pkg_functions("evanverse")
pkg_functions("evanverse", key = "plot")

Run the code above in your browser using DataLab