show_package_stats {reinstallr} | R Documentation |
Show Used Packages
show_package_stats(path = NULL, pattern = NULL)
path |
Directory which is scanned recursively. Default is the working directory. |
pattern |
Regex to identify R source files. Default is .*\.(R|r|Rnw|Rhtml|Rpres|Rmd)$ |
A aggregated data.frame
## Not run:
show_package_stats('../')
## End(Not run)