View source: R/do_rpackage_stats.R
| do_rpackage_stats | R Documentation |
Counts the number of times that a given R package was downloaded in a given year.
do_rpackage_stats(r_packages, year, verbose)
r_packages |
Vector with the names of the R packages. |
year |
String with the year. |
verbose |
Should R report information on progress? TRUE or FALSE. |
A data frame.
Guillermo Vinue
cranDownloads
## Not run:
do_rpackage_stats(c("BAwiR", "BasketballAnalyzeR"), 2025, TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.