annualDownloads: Count Total CRAN Download.
Description
From RStudio's CRAN Mirror http://cran-logs.rstudio.com/
Usage
annualDownloads(start.yr = 2013, end.yr = 2020, multi.core = TRUE)
Arguments
- start.yr
Numeric or Integer.
- end.yr
Numeric or Integer.
- multi.core
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. Mac and Unix only.