get_pull_request_reviewers.RdGets a data frame of the reviewers of all the pull requests of a given repo
get_pull_request_reviewers(org, repo, .api_url = api_url())
| 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" |
A data frame containing the pullrequest | reviewer. Returns an empty dataframe if none are found.