gg_issue_df: Covert a list of issues into a data frame

Description Usage Arguments Examples

Description

Covert a list of issues into a data frame

Usage

1
gg_issue_df(issue_list = NULL, owner, repo)

Arguments

issue_list

A list of issues generated by 'gg_issue_list'

owner

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

repo

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

Examples

1
2
3
4
5
gg_issue_df(owner = "r-lib", repo = "bench")
owner = "ATFutures"
repo = "who3"
issue_list = gg_issue_list(owner, repo, limit = 2)
gg_issue_df(issue_list)

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