spiral_pkg_downloads: Visualize package downloads

View source: R/example.R

spiral_pkg_downloadsR Documentation

Visualize package downloads

Description

Visualize package downloads

Usage

spiral_pkg_downloads(
  pkg,
  from = "2012-10-01",
  to = "last-day",
  show_legend = TRUE
)

Arguments

pkg

A single CRAN package name.

from

Starting date.

to

Ending date.

show_legend

Whether to show the legend.

Details

The cranlogs package is used to retrieve the download history from the Rstudio server.

Examples


spiral_pkg_downloads("ggplot2")


spiralize documentation built on June 22, 2024, 10:45 a.m.