get_gh_code_contributors {allcontributors}R Documentation

get_gh_code_contributors

Description

Get list of all code contributors to the code of a repository

Usage

get_gh_code_contributors(org, repo, alphabetical = FALSE)

Arguments

org

Github organisation name for repository

repo

Repository within org for which contributors are to be extracted

alphabetical

If TRUE, order contributors alphabetically, otherwise order by decreasing numbers of contributions.

Value

A data.frame of two columns of contributor (name, login)

See Also

Other github: get_gh_contrib_issue(), get_gh_issue_people(), get_gh_issue_titles()

Examples

## Not run: 
get_gh_code_contributors (org = "ropenscilabs", repo = "allcontributors")

## End(Not run)

[Package allcontributors version 0.1.1 Index]