cran_stats {dlstats}R Documentation

cran_stats

Description

monthly download stats of cran package(s)

Usage

cran_stats(packages, use_cache = TRUE)

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.

Value

data.frame

Author(s)

Guangchuang Yu

Examples

## Not run: 
library("dlstats")
x <- cran_stats(c("dlstats", "emojifont", "rvcheck"), use_cache=TRUE)
head(x)

## End(Not run)

[Package dlstats version 0.1.7 Index]