cran_stats: cran_stats

View source: R/cran_stats.R

cran_statsR 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)

GuangchuangYu/dlstats documentation built on Feb. 9, 2024, 2:17 a.m.