pkg_download_data: Retrieve download data

Description Usage Arguments Value Author(s) Examples

Description

Given one or more Bioconductor package names,

Usage

1
pkg_download_data(pkg, by = c("month", "year"), ...)

Arguments

pkg

A 'character' with Bioconductor package names.

by

Should the monthly downloads ('by = "month"', default) or the total per years ('by = "year"') be downloaded.

...

Additional arguments passed to [utils::download.file()].

Value

A 'tibble' with the download data.

Author(s)

Laurent Gatto

Examples

1
2
3
pkg_download_data("Biobase")
pkg_download_data("Biobase", by = "year")
pkg_download_data("Biobase", by = "year", quiet = TRUE)

lgatto/biocpkgs documentation built on May 13, 2019, 1:38 a.m.