View source: R/filteredDownloads.R
| filteredDownloads | R Documentation | 
ip, small, sequence and size filters.
filteredDownloads(packages = "HistData", date = NULL, all.filters = TRUE,
  ip.filter = FALSE, small.filter = FALSE, sequence.filter = FALSE,
  size.filter = FALSE, check.package = TRUE, memoization = 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. | 
| small.filter | Logical. TRUE filters out downloads less than 1000 bytes. | 
| sequence.filter | Logical. | 
| size.filter | Logical. | 
| check.package | Logical. Validate and "spell check" package. | 
| memoization | Logical. Use memoization when downloading logs. | 
| multi.core | Logical or Numeric.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.