powered by
collect all the functions defined in an R program, directory, or file
collectFunNames(x)
A named list of function assignments in each `.R` file in `x`
A character string specifying the path to an R package, directory, or file
system.file("extdata", package = "pkgGraphR") |> collectFunNames()
Run the code above in your browser using DataLab