gh_repo_wrapper | R Documentation |
This is a function that wraps up gh calls for us
gh_repo_wrapper(api_call, owner, repo, token = NULL, count = 1e+05)
api_call |
an API call and endpoint. That has 'owner' and 'user'. |
owner |
The repository name. So for 'https://github.com/fhdsl/metricminer', it would be 'fhdsl' |
repo |
The repository name. So for 'https://github.com/fhdsl/metricminer', it would be 'metricminer' |
token |
You can provide the Personal Access Token key directly or this function will attempt to grab a PAT that was stored using the 'authorize("github")' function |
count |
How many items would you like to receive? default is 100000 |
Metrics for a repository on GitHub
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.