Description Usage Arguments Value Examples
Show Used Packages
1 | 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
1 2 3 4 | ## Not run:
show_package_stats('../')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.