View source: R/biocDownloadStats.R
pkgDownloadRank | R Documentation |
This function uses available.packages
to calculate the download rank
percentile of a given package. It approximates what is observed
in the Bioconductor landing page.
pkgDownloadRank(
pkg,
pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
version = BiocManager::version()
)
pkg |
character(1) The name of a Bioconductor package |
pkgType |
character(1) One of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'software') |
version |
(Optional) |
The package's percentile rank, in terms of download statistics, and proportion in the name
## Percentile rank for BiocGenerics (top 1%)
pkgDownloadRank("BiocGenerics", "software")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.