Description Usage Arguments Value Examples
View source: R/find_packages.R
Scans all R files in specified folder for packages of the form pkg::func()
1 | find_packages(folder)
|
folder |
Character string. Folder to search. (Full path required) |
Character vector. Names of the packages found
1 2 3 4 5 6 | ## Not run:
#search all R files in the project root for packages used
find_packages(here::here("R"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.