Description Usage Arguments Value
Create a cache of contribuor data. This allows other functions to run more quickly. Data is saved internally as 'R/sysdata.rda'. This function pulls all data from the last two years.
1 | createContributorCache(owner, repo, dateRange, overwrite)
|
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. |
overwrite |
TRUE/FALSE. If TRUE, overwrites current data cache. If FALSE, will not overwrite current cache. If there is no existing cache this argument does nothing. |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.