ipPackage {packageRank} | R Documentation |
Tabulate an IP's package downloads.
Description
From RStudio's CRAN Mirror http://cran-logs.rstudio.com/
Usage
ipPackage(ip = 10, date = NULL, all.filters = FALSE, ip.filter = FALSE,
small.filter = FALSE, sequence.filter = FALSE, size.filter = FALSE,
sort.count = TRUE, memoization = TRUE, multi.core = FALSE)
Arguments
ip |
Numeric. ip_id. Positive integer. |
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. |
sort.count |
Logical. Sort by download count. |
memoization |
Logical. Use memoization when downloading logs. |
multi.core |
Logical or Numeric. |
Note
ip = 10 is a tw top-level domain on 2020-07-09.
[Package packageRank version 0.9.1 Index]