View source: R/cranDistribution.R
queryRank | R Documentation |
Rank query.
queryRank(num.rank = 1, rank.ties = FALSE, date = NULL,
all.filters = FALSE, ip.filter = FALSE, small.filter = FALSE,
memoization = TRUE, multi.core = FALSE)
num.rank |
Numeric or Integer. |
rank.ties |
Logical. TRUE uses ties. FALSE does not. |
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. |
An R data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.