do_rpackage_stats: R package downloads

View source: R/do_rpackage_stats.R

do_rpackage_statsR Documentation

R package downloads

Description

Counts the number of times that a given R package was downloaded in a given year.

Usage

do_rpackage_stats(r_packages, year, verbose)

Arguments

r_packages

Vector with the names of the R packages.

year

String with the year.

verbose

Should R report information on progress? TRUE or FALSE.

Value

A data frame.

Author(s)

Guillermo Vinue

See Also

cranDownloads

Examples

## Not run: 
do_rpackage_stats(c("BAwiR", "BasketballAnalyzeR"), 2025, TRUE)

## End(Not run)


BAwiR documentation built on Feb. 27, 2026, 5:07 p.m.