get_issue_comments: Gets a data frame of the last 30 comments of each issue

Description Usage Arguments Value

View source: R/issues.R

Description

Gets a data frame of the last 30 comments of each issue

Usage

1
get_issue_comments(org, repo, .api_url = api_url(), pages = NULL)

Arguments

org

Name of organization to query

repo

Name of repository to query

.api_url

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

pages

Number of pages to paginate and pull data from. Each page will contain upto 100 issues/pullrequests. Defaults to NULL for all pages.

Value

A data frame containing the issue | n_comments | author | publishedAt | lastEditedAt | editor | url | bodyText | of each issue. Returns an empty dataframe if none are found.


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