Learn R Programming

packageRank (version 0.4.2)

tripletFilter: Filter out small downloads triplets (prototype).

Description

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

Usage

tripletFilter(dat, time.window = 2, multi.core = TRUE)

Arguments

dat

Object. Package log entries.

time.window

Numeric. Seconds.

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.