get_gh_contrib_issue {allcontributors} | R Documentation |
get_gh_contrib_issue
Description
Extract contributors currently listed on an "All Contributions" issue in a github repository.
Usage
get_gh_contrib_issue(org, repo)
Arguments
org |
Github organisation name for repository |
repo |
Repository within |
Value
Character vector of github logins for all contributors listed in current issue, or empty character string if there no issue named "All Contributors".
See Also
Other github:
get_gh_code_contributors()
,
get_gh_issue_people()
,
get_gh_issue_titles()
Examples
## Not run:
get_gh_contrib_issue (org = "ropenscilabs", repo = "allcontributors")
## End(Not run)
[Package allcontributors version 0.2.0 Index]