View source: R/find_package_funs.R
find_pkg_funs | R Documentation |
This will show false positives, but guarantees that we don't miss any instance.
find_pkg_funs(pkg, path = ".", recursive = TRUE, exclude = NULL)
pkg |
A string. The name of the target package |
path |
A string. The path to a file or the folder to explore By default explores the working directory. |
recursive |
A boolean. Passed to |
exclude |
A character vector of function names to dismiss. |
Returns its input invisibly, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.