cranlogs (version 2.1.0)

cran_top_downloads: Top downloaded packages from the RStudio CRAN mirror

Description

Top downloaded packages from the RStudio CRAN mirror

Usage

cran_top_downloads(when = c("last-day", "last-week", "last-month"),
  count = 10)

Arguments

when

last_day, last_week or last_month.

count

Number of packages to list. Note that the DB server lists only at most 100 packages. This number might change in the future.

Value

A data frame with columns: rank, package, count, from, to.

See Also

Other CRAN.downloads: cran_downloads

Examples

Run this code
# NOT RUN {
## Default is last day
cran_top_downloads()

## Last week instead
cran_top_downloads(when = "last-week")
# }

Run the code above in your browser using DataLab