get.pull.request.comments {github}R Documentation

List comments on a pull request

Description

List comments on a pull request

Usage

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

Arguments

owner

the repo owner

repo

the repo name

id

the pull request id

ctx

the github context object

Value

the list of comments for the pull request


[Package github version 0.9.12 Index]