View source: R/biocDownloadStats.R
pkgDownloadStats | R Documentation |
Get Bioconductor download statistics for a package
pkgDownloadStats(
pkg,
pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
years = format(Sys.time(), "%Y")
)
pkg |
character(1) The name of a Bioconductor package |
pkgType |
character(1) One of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'software') |
years |
numeric(), character() A vector of years from which to obtain download statistics (defaults to current year) |
A tibble
of download statistics
pkgDownloadStats("GenomicRanges")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.