downloadsCountry: Compute Downloads by Country Code.
Description
Compute Downloads by Country Code.
Usage
downloadsCountry(month_cran_log, multi.core = FALSE)
Arguments
- month_cran_log
Object.
- multi.core
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores to use. Note that due to performance considerations, the number of cores defaults to one on Windows.