get_pullrequests: Retrieve only pull requests.

Description Usage Arguments Value See Also Examples

View source: R/pr.R

Description

Retrieve only pull requests from a repository.

Usage

1
get_pullrequests(repository, issue = NULL)

Arguments

repository

A character of repository "owner/repo".

issue

The number of the issue

Value

A data.frame with the information of the pr

See Also

get_comments() As they are also listed there.

Examples

1
2
get_pullrequests("llrs/BioCor", 27)
get_pullrequests("llrs/BioCor")

llrs/socialGH documentation built on Feb. 22, 2022, 4:25 a.m.