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)
if (FALSE) { get_gh_code_contributors (org = "ropenscilabs", repo = "allcontributors") }