biocDownloadStats {BiocPkgTools} | R Documentation |
Get Bioconductor download statistics
biocDownloadStats( pkgType = c("all", "software", "data-experiment", "workflows", "data-annotation") )
pkgType |
character(1) Either one of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'all' or 'software') |
Note that Bioconductor package download stats are not version-specific.
A data.frame
of download statistics for
all Bioconductor packages, in tidy format
biocDownloadStats()