Learn R Programming

packageRank (version 0.7.2)

smallFilter: Filter out small downloads (prototype).

Description

Filter out small downloads (prototype).

Usage

smallFilter(dat, threshold = 1000L, multi.core = TRUE,
  dev.mode = dev.mode)

Arguments

dat

Object. Package log entries.

threshold

Numeric. Bytes.

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.

dev.mode

Logical. Development mode uses parallel::parLapply().