Learn R Programming

packageRank (version 0.3.5)

packageLog: Get Package Download Logs.

Description

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

Usage

packageLog(packages = NULL, date = Sys.Date() - 1, filter = FALSE,
  memoization = TRUE)

Arguments

packages

Character. Vector of package name(s).

date

Character. Date.

filter

Logical or Numeric. If Logical, TRUE filters out downloads less than 1000 bytes. If Numeric, a positive value (bytes) sets the minimum download size to consider; a negative value sets the maximum download size to consider.

memoization

Logical. Use memoization when downloading logs.

Value

An R data frame.