powered by
Counts the number of times that a given R package was downloaded in a given year.
do_rpackage_stats(r_packages, year, verbose)
A data frame.
Vector with the names of the R packages.
String with the year.
Should R report information on progress? TRUE or FALSE.
Guillermo Vinue
cranDownloads
if (FALSE) { do_rpackage_stats(c("BAwiR", "BasketballAnalyzeR"), 2025, TRUE) }
Run the code above in your browser using DataLab