collectFunNames: Collect all functions in a package or directory

View source: R/functions.r

collectFunNamesR Documentation

Collect all functions in a package or directory

Description

collect all the functions defined in an R program, directory, or file

Usage

collectFunNames(x)

Arguments

x

A character string specifying the path to an R package, directory, or file

Value

A named list of function assignments in each '.R' file in 'x'

Examples

system.file("extdata", package = "pkgGraphR") |>
    collectFunNames()


pkgGraphR documentation built on April 4, 2025, 5:10 a.m.