get_gh_issue_titles {allcontributors} | R Documentation |
Extract titles and numbers of all issues associated with a nominated repository
get_gh_issue_titles(org, repo)
org |
Github organisation name for repository |
repo |
Repository within |
data.frame
with one column of issue numbers, and one column of
issue titles.
Other github:
get_gh_code_contributors()
,
get_gh_contrib_issue()
,
get_gh_issue_people()
## Not run:
get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors")
## End(Not run)