powered by
Get list of all code contributors to the code of a repository
get_gh_code_contributors(org, repo, alphabetical = FALSE)
A data.frame of two columns of contributor (name, login)
data.frame
Github organisation name for repository
Repository within org for which contributors are to be extracted
org
If TRUE, order contributors alphabetically, otherwise order by decreasing numbers of contributions.
TRUE
Other github: get_gh_contrib_issue(), get_gh_issue_people(), get_gh_issue_titles()
get_gh_contrib_issue()
get_gh_issue_people()
get_gh_issue_titles()
if (FALSE) { get_gh_code_contributors (org = "ropenscilabs", repo = "allcontributors") }
Run the code above in your browser using DataLab