collectFunNames {pkgGraphR}R 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()


[Package pkgGraphR version 0.2.0 Index]