get_gh_issue_titles {allcontributors} | R Documentation |
get_gh_issue_titles
Description
Extract titles and numbers of all issues associated with a nominated repository
Usage
get_gh_issue_titles(org, repo)
Arguments
org |
Github organisation name for repository |
repo |
Repository within |
Value
data.frame
with one column of issue numbers, and one column of
issue titles.
See Also
Other github:
get_gh_code_contributors()
,
get_gh_contrib_issue()
,
get_gh_issue_people()
Examples
## Not run:
get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors")
## End(Not run)
[Package allcontributors version 0.2.0 Index]