pkgDownloadStats: Get Bioconductor download statistics for a package

View source: R/biocDownloadStats.R

pkgDownloadStatsR Documentation

Get Bioconductor download statistics for a package

Description

Get Bioconductor download statistics for a package

Usage

pkgDownloadStats(
  pkg,
  pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
  years = format(Sys.time(), "%Y")
)

Arguments

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)

Value

A tibble of download statistics

Examples


pkgDownloadStats("GenomicRanges")


seandavi/BiocPkgTools documentation built on Feb. 2, 2024, 12:02 p.m.