Learn R Programming

badger (version 0.2.3)

badge_cran_download: badge_cran_download

Description

badge of CRAN downloads

Usage

badge_cran_download(
  pkg = NULL,
  type = c("last-month", "last-week", "grand-total"),
  color = NULL
)

Value

badge in markdown syntax

Arguments

pkg

package. If NULL (the default) the package is determined via the DESCRIPTION file.

type

type of stats. last-month, last-week or "grand-total"

color

color of badge

Author

Gregor de Cillia