get_issue_comments | R Documentation |
In addition to information returned by GitHub API, appends field "number" for the issue number to which the returned comments correspond.
get_issue_comments(ref, number, ...)
ref |
Repository reference (list) created by |
number |
Number of issue |
... |
Additional user-defined query parameters. Use |
Content of GET request as list
Other issues:
get_issue_events()
,
get_issues()
,
parse_issue_comments()
,
parse_issue_events()
,
parse_issues()
,
post_issue_update()
,
post_issue()
,
report_discussion()
,
report_progress()
,
viz_waterfall()
Other comments:
parse_issue_comments()
,
report_discussion()
## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
comments_res <- get_issue_comments(myrepo, number = 1)
comments <- parse_issue_comments(comments_res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.