cran_stats: Get monthly download stats of CRAN package(s)

View source: R/cran_stats.R

cran_statsR Documentation

Get monthly download stats of CRAN package(s)

Description

Get monthly download stats of CRAN package(s), up to 500 packages at a time.

Usage

cran_stats(packages, use_cache = TRUE, progress = 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.

progress

logical, should a progress bar be shown? Default: TRUE. When TRUE, a text progress bar will display “fetching data for 'year-month'” as each month’s range is fetched.

Value

data.frame


GuangchuangYu/dlstats documentation built on June 8, 2025, 10:11 p.m.