get_issue_authors: get authors of issues in a repo

View source: R/get_issue_authors.R

get_issue_authorsR Documentation

get authors of issues in a repo

Description

get authors of issues in a repo

Usage

get_issue_authors(owner, repo)

Arguments

owner

owner of the repo, string

repo

repo name, string

Value

a character vector of all logins of authors of issues

Examples

get_issue_authors("ropensci", "taxize")

maelle/ghrecipes documentation built on May 20, 2022, 5:18 a.m.