packageLog | R Documentation |
From RStudio's CRAN Mirror http://cran-logs.rstudio.com/
packageLog(packages = "cholera", date = NULL, all.filters = FALSE,
ip.filter = FALSE, sequence.filter = FALSE, size.filter = FALSE,
small.filter = FALSE, memoization = TRUE, check.package = TRUE,
multi.core = FALSE)
packages |
Character. Vector of package name(s). |
date |
Character. Date. "yyyy-mm-dd". NULL uses latest available log. |
all.filters |
Logical. Master switch for filters. |
ip.filter |
Logical. |
sequence.filter |
Logical. |
size.filter |
Logical. |
small.filter |
Logical. TRUE filters out downloads less than 1000 bytes. |
memoization |
Logical. Use memoization when downloading logs. |
check.package |
Logical. Validate and "spell check" package. |
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.