Learn R Programming

dlstats (version 0.1.7)

bioc_stats: bioc_stats

Description

monthly download stats of Bioconductor package(s)

Usage

bioc_stats(packages, use_cache = TRUE, type = "Software")

Value

data.frame

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"

Author

Guangchuang Yu

Examples

Run this code
if (FALSE) {
library("dlstats")
pkgs <- c("ChIPseeker", "clusterProfiler", "DOSE", "ggtree", "GOSemSim", "ReactomePA")
y <- bioc_stats(pkgs, use_cache=TRUE)
head(y)
}

Run the code above in your browser using DataLab