gg_issue_list: Create a list of issues in a GitHub repo

Description Usage Arguments Examples

Description

Create a list of issues in a GitHub repo

Usage

1
gg_issue_list(owner, repo, state = "all", limit = Inf)

Arguments

owner

The owner of the repo, e.g. 'ropensci'

repo

The name of the repo, e.g. 'gh'

state

One of '"all"' (the default), '"open"', or '"closed"'

limit

Maximum number of issues to return, 'Inf' by default

Examples

1
2
3
owner = "ATFutures"
repo = "who3"
gg_issue_list(owner, repo, limit = 2)

Robinlovelace/gitgantt documentation built on June 6, 2019, 12:01 a.m.