cran_logs: Download and plot daily downloads of CRAN packages

View source: R/cran.R

cran_logsR Documentation

Download and plot daily downloads of CRAN packages

Description

Download daily downloads stats from CRAN for any package, and plot. It can also be used as an auxiliary function to plot (cranlogs::cran_downloads) results.

Usage

cran_logs(
  input = "lares",
  from = Sys.Date() - 31,
  to = Sys.Date() - 1,
  type = "daily",
  plot = TRUE
)

Arguments

input

Character vector with package names or data.frame product of cranlogs::cran_downloads.

from, to

Dates. Range of dates to fetch downloads metrics.

type

Character. Any of: "daily" or "total".

plot

Boolean. Create a plot?

Value

List with data.frame and plot if plot=TRUE.

Examples


cran_logs(c("lares", "dplyr"), from = "2021-05-31")


lares documentation built on Nov. 5, 2023, 1:09 a.m.