get_package_fns: Get the names of all exported functions in a package

View source: R/utils_package_dev.R

get_package_fnsR Documentation

Get the names of all exported functions in a package

Description

Get the names of all exported functions in a package

Usage

get_package_fns(x, all.names = FALSE, pattern, negate = FALSE)

Arguments

x

(character) Package name

all.names

(logical) Include names that begin with characters . ⁠_⁠ etc

Value

(character)

See Also

Other package dev: is_package(), is_package_dev(), need_pkg(), pkg_chr_split_comma()

Examples

get_package_fns("dplyr")

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.