g_issues_get: Get a GitHub issue.

View source: R/g_issues_get.r

g_issues_getR Documentation

Get a GitHub issue.

Description

Get a GitHub issue.

Usage

  g_issues_get(owner, repo, issues, ..., comments = FALSE)

Arguments

repo

Repository name, quoted.

issue

Issue number, is specific to a repo.

...

Futher curl arguments passed on.

Value

Data for a single issue, or many if you pass in a vector of issue numbers for a single repo.

Examples

## Not run: 
g_auth()
options(useragent='ropensci')

# A single issue
g_issues_get(owner='ropensci', repo='reml', issues=5)

# Many issues
g_issues_get(owner='ropensci', repo='reml', issues=5:7)

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.