collectFunNames | R Documentation |
collect all the functions defined in an R program, directory, or file
collectFunNames(x)
x |
A character string specifying the path to an R package, directory, or file |
A named list of function assignments in each '.R' file in 'x'
system.file("extdata", package = "pkgGraphR") |>
collectFunNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.