Skip to contents

Extracts community usage metrics for a given package.

Usage

generate_comm_data(pkg_name)

Arguments

pkg_name

A string containing the name of a package.

Value

A tibble of community usage metrics a data.frame which includes downloads per month for the given pkg

Examples

if( interactive()) {
ggplot_comm_df <- generate_comm_data("ggplot2")
head(ggplot_comm_df)
}