get_pull_request_comments: Gets a data frame of the comments of all a pull request

Description Usage Arguments Value

View source: R/pull_requests.R

Description

Gets a data frame of the comments of all a pull request

Usage

1
get_pull_request_comments(org, repo, number, .api_url = api_url())

Arguments

org

Name of organization to query

repo

Name of repository to query

number

The number of the pullrequest to grab data from.

.api_url

Optional API url to query. Defaults to the value set by ‘api_url()'. Usually it’s "https://api.github.com/graphql"

Value

A data frame containing the pullrequest | author | body | created_at of each pull request comment. Returns an empty dataframe if none are found.


metrumresearchgroup/ghpm documentation built on Jan. 24, 2021, 8:28 p.m.