powered by
function to download the data from the CRAN logs for an specific package
retrievePckgData(pckg = NULL, t0 = lastyear.date(), t1 = today())
a list composed of the stats from the original time frame and the last month
is the name of the package to look for the downloads data
is the initial date
is the final date
# \donttest{ retrievePckgData("ehelp") retrievePckgData("ehelp","2018-01-01","2020-01-01") # }
Run the code above in your browser using DataLab