parse_issue_comments {projmgr}R Documentation

Parse issue comments from get_issues_comments

Description

Parse issue comments from get_issues_comments

Usage

parse_issue_comments(res)

Arguments

res

List returned by corresponding get_ function

Value

Dataframe with one record / issue-comment

See Also

Other issues: get_issue_comments(), get_issue_events(), get_issues(), parse_issue_events(), parse_issues(), post_issue_update(), post_issue(), report_discussion(), report_progress(), viz_waterfall()

Other comments: get_issue_comments(), report_discussion()

Examples

## 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)

[Package projmgr version 0.1.1 Index]