Description Usage Arguments Examples
View source: R/get_issue_events.R
Get a raw list of events associated with a GitHub issue URL.
1 | get_raw_events(issue_url, limit = Inf)
|
issue_url |
GitHub issue |
limit |
Number of events to return. Defaults to |
1 2 3 4 | ## Not run:
get_raw_events("https://github.com/ropensci/onboarding/issues/33", limit = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.