powered by
get_issues
Parse issues overview from get_issues
parse_issues(res)
data.frame with one record / issue
List returned by corresponding get_ function
get_
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()
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()
if (FALSE) { myrepo <- create_repo_ref('emilyriederer', 'myrepo') issues_res <- get_issues(myrepo) issues <- parse_issues(issues_res) }
Run the code above in your browser using DataLab