biocDownloadStats {BiocPkgTools}R Documentation

Get Bioconductor download statistics

Description

Get Bioconductor download statistics

Usage

biocDownloadStats(
  pkgType = c("all", "software", "data-experiment", "workflows", "data-annotation")
)

Arguments

pkgType

character(1) Either one of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'all' or 'software')

Details

Note that Bioconductor package download stats are not version-specific.

Value

A data.frame of download statistics for all Bioconductor packages, in tidy format

Examples

biocDownloadStats()


[Package BiocPkgTools version 1.12.0 Index]