cran_stats_by_packages {rtrends} | R Documentation |
Download CRAN log data related to several packages in a range of dates
cran_stats_by_packages(from_date, to_date, sel_package_name, cran_log = "http://cran-logs.rstudio.com/")
from_date |
Starting date for downloading CRAN Repositories |
to_date |
end date for downloading CRAN Repositories |
sel_package_name |
Single package name for analysis |
cran_log |
CRAN mirror name |
dataframe with log information for selected packages
Avi Blinder