bioc_stats {dlstats} | R Documentation |
bioc_stats
Description
monthly download stats of Bioconductor package(s)
Usage
bioc_stats(packages, use_cache = TRUE, type = "Software")
Arguments
packages |
packages |
use_cache |
logical, should cached data be used? Default: TRUE. If set to FALSE, it will re-query download stats and update cache. |
type |
one of "Software", "AnnotationData", "ExperimentData", and "Workflow" |
Value
data.frame
Author(s)
Guangchuang Yu
Examples
## Not run:
library("dlstats")
pkgs <- c("ChIPseeker", "clusterProfiler", "DOSE", "ggtree", "GOSemSim", "ReactomePA")
y <- bioc_stats(pkgs, use_cache=TRUE)
head(y)
## End(Not run)
[Package dlstats version 0.1.7 Index]