funnames_in_package: Write a regex to search for all function names in a package

View source: R/tools.R

funnames_in_packageR Documentation

Write a regex to search for all function names in a package

Description

Write a regex to search for all function names in a package

Usage

funnames_in_package(package, as_namespace = F)

Arguments

package

string of length 1

as_namespace

print everything in the namespace or just exported objects?

Value

a fancy regex

Examples

funnames_in_package("conveniencefunctions")

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.