Skip to contents

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 org for which contributors are to be extracted

Value

data.frame with one column of issue numbers, and one column of issue titles.

Examples

if (FALSE) {
get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors")
}