Description Usage Arguments Value See Also Examples
Parse issues overview from get_issues
1 | 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
,
report_discussion
,
report_progress
,
viz_waterfall
1 2 3 4 5 6 | ## Not run:
myrepo <- create_repo_reference('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.