topCountryCodes: Compute Top N Downloads by Country Code.

View source: R/topCountry.R

topCountryCodesR Documentation

Compute Top N Downloads by Country Code.

Description

Compute Top N Downloads by Country Code.

Usage

topCountryCodes(month_cran_log, top.n = 5L, multi.core = TRUE)

Arguments

month_cran_log

Object.

top.n

Integer.

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.


packageRank documentation built on Nov. 10, 2023, 1:07 a.m.