Learn R Programming

dlstats (version 0.1.7)

cran_stats: cran_stats

Description

monthly download stats of cran package(s)

Usage

cran_stats(packages, use_cache = TRUE)

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.

Author

Guangchuang Yu

Examples

Run this code
if (FALSE) {
library("dlstats")
x <- cran_stats(c("dlstats", "emojifont", "rvcheck"), use_cache=TRUE)
head(x)
}

Run the code above in your browser using DataLab