if (FALSE) {
get_cran_total_downloads("ggplot2") # all-time total
# 160776616
get_cran_total_downloads("ggplot2", 3) # last 3 full months
# 4741707
get_cran_total_downloads("ggplot2", 12) # last 12 full months
# 19878885
}
Run the code above in your browser using DataLab