get_gh_code_contributors | R Documentation |
Get list of all code contributors to the code of a repository
get_gh_code_contributors(org, repo, alphabetical = FALSE)
org |
Github organisation name for repository |
repo |
Repository within |
alphabetical |
If |
A data.frame
of two columns of contributor (name, login)
Other github:
get_gh_contrib_issue()
,
get_gh_issue_people()
,
get_gh_issue_titles()
## Not run:
get_gh_code_contributors (org = "ropensci", repo = "allcontributors")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.