Get Bioconductor Package Statistics
get_bioc_pkg_stats.RdGet download statistics for specific Bioconductor packages.
Usage
get_bioc_pkg_stats(pkg, pkg_type, yr = NULL, delay_rng = c(1, 10))Arguments
- pkg
character vector; name of Bioconductor package(s)
- pkg_type
character vector of same length as
pkgidentifying the type of Bioconductor package; one of "software", "annotation", "experiment", or "workflow"- yr
character scalar; 4-digit year of stats desired; if
NULL(default), will use the current year (currently implemented only for single yr)- delay_rng
c(min, max)number of seconds to wait between requests; default =c(1, 10)