countryDistribution: Tabulate package downloads by country.

View source: R/countryDistribution.R

countryDistributionR Documentation

Tabulate package downloads by country.

Description

From RStudio's CRAN Mirror http://cran-logs.rstudio.com/

Usage

countryDistribution(date = NULL, all.filters = FALSE, ip.filter = FALSE,
  small.filter = FALSE, sequence.filter = FALSE, size.filter = FALSE,
  memoization = TRUE, multi.core = FALSE)

Arguments

date

Character. Date. "yyyy-mm-dd". NULL uses latest available log.

all.filters

Logical. Master switch for filters.

ip.filter

Logical.

small.filter

Logical. TRUE filters out downloads less than 1000 bytes.

sequence.filter

Logical.

size.filter

Logical.

memoization

Logical. Use memoization when downloading logs.

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.

Value

An R data frame.


lindbrook/packageRank documentation built on April 20, 2024, 5:42 a.m.