View source: R/draft/ZZZ-get-issues.R View source: R/get.R
get_issues | R Documentation |
A single issue can be obtained by identification number of number
is passed through ...
s.
In this case, all other query parameters will be ignored.
get_issues(ref, limit = 1000, ...)
ref |
Repository reference (list) created by |
limit |
Number of records to return, passed directly to |
... |
Additional user-defined query parameters. Use |
Content of GET request as list
Other issues:
get_issue_comments()
,
get_issue_events()
,
parse_issue_comments()
,
parse_issue_events()
,
parse_issues()
,
post_issue_update()
,
post_issue()
,
report_discussion()
,
report_progress()
,
viz_waterfall()
## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
issues_res <- get_issues(myrepo)
issues <- parse_issues(issues_res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.