Learn R Programming

deepdep (version 0.4.4)

get_downloads: Scrap the download data of the package

Description

This function uses API of CRAN Logs to scrap the download logs of the package.

Usage

get_downloads(package)

Value

An object of package_downloads class.

Arguments

package

A character. Name of the package that is on CRAN.

Examples

Run this code
# \donttest{
library(deepdep)

downloads <- get_downloads("ggplot2")
downloads
# }


Run the code above in your browser using DataLab