parse_issues | R Documentation |
get_issues
Parse issues overview from get_issues
parse_issues(res)
res |
List returned by corresponding |
data.frame with one record / issue
Other issues:
get_issue_comments()
,
get_issue_events()
,
get_issues()
,
parse_issue_comments()
,
parse_issue_events()
,
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.