| parse_issues {projmgr} | R Documentation |
Parse issues overview from get_issues
Description
Parse issues overview from get_issues
Usage
parse_issues(res)
Arguments
res |
List returned by corresponding |
Value
data.frame with one record / issue
See Also
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()
Examples
## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
issues_res <- get_issues(myrepo)
issues <- parse_issues(issues_res)
## End(Not run)
[Package projmgr version 0.1.1 Index]