Extracts community usage metrics for a given 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)
}