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