View source: R/fetch_namespace_names.R
fetch_namespace_names | R Documentation |
Scans the code and finds all namespaced call of the form pkg::fun
and returns
a vector of unique package names.
fetch_namespace_names(path = ".", recursive = TRUE)
path |
A string. The path to a file or the folder to explore By default explores the working directory. |
recursive |
A boolean. Passed to |
A character vector of package names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.