Parse issue comments from get_issues_comments

parse_issue_comments(res)

Arguments

res

List returned by corresponding get_ function

Value

Dataframe with one record / issue-comment

See also

Examples

if (FALSE) { myrepo <- create_repo_ref('emilyriederer', 'myrepo') comments_res <- get_issue_comments(myrepo, number = 1) comments <- parse_issue_comments(comments_res) }