contributorMetrics: This function calculates the number of new contributors and...

Description Usage Arguments

View source: R/pullGithub.R

Description

This function calculates the number of new contributors and total contributors by month

Usage

1
contributorMetrics(owner, repo, dateRange, useCache = FALSE)

Arguments

owner

The owner of the repository that the blog lives in.

repo

The repository name.

dateRange

A vector of two dates in yyyy-mm-dd format. Can be strings or date objects. Order doesn't matter, the max and min will be used.

useCache

TRUE/FALSE. When TRUE, use cached data. When FALSE, pull all data. Using cached data will make the function run faster.


FredHutch/coopMetrics documentation built on June 7, 2021, 7:45 a.m.