Learn R Programming

github (version 0.9.8)

get.pull.requests.comments: List comments on all pull requests for a repo

Description

List comments on all pull requests for a repo

Usage

get.pull.requests.comments(owner, repo, ..., ctx = get.github.context())

Arguments

owner

the repo owner

repo

the repo name

...

extra parameters to control pagination. See http://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository for details.

ctx

the github context object

Value

the list of comments for the pull request