Learn R Programming

BAwiR (version 1.4.2)

do_rpackage_stats: 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)

Value

A data frame.

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.

Author

Guillermo Vinue

See Also

cranDownloads

Examples

Run this code
if (FALSE) {
do_rpackage_stats(c("BAwiR", "BasketballAnalyzeR"), 2025, TRUE)
}

Run the code above in your browser using DataLab