This function calculates the number of new contributors and total contributors by month
1 | contributorMetrics(owner, repo, dateRange, useCache = FALSE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.