get_issue_events: Get GitHub issue events

Description Usage Arguments Examples

View source: R/get_issue_events.R

Description

Get GitHub issue events, including the type of event, the username that did the event, and the time of the event. If the event is "labeled" or "unlabeled", then the label is also returned.

Usage

1
get_issue_events(issue_url, limit = Inf)

Arguments

issue_url

GitHub issue URL

limit

Number of events to return. Defaults to Inf

Examples

1
2
3
4
## Not run: 
get_issue_events("https://github.com/ropensci/onboarding/issues/33")

## End(Not run)

sharlagelfand/ropenscipackagesreviewed documentation built on Nov. 5, 2019, 8:51 a.m.