Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


packageRank (version 0.9.3)

queryPackage: Query package name.

Description

Query package name.

Usage

queryPackage(package = "packageRank", date = NULL, all.filters = FALSE,
  ip.filter = FALSE, small.filter = FALSE, memoization = TRUE,
  multi.core = FALSE)

Value

An R data frame.

Arguments

package

Character..

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.

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.