get_issues: Retrieve issues

Description Usage Arguments Details Value See Also Examples

View source: R/issues.R

Description

Download all the opening issues of a repository or a single issue by id.

Usage

1
get_issues(repository, issue = NULL)

Arguments

repository

A character of repository "owner/repo".

issue

The number of the issue

Details

get_issues() does not retrieve comments, or actions done on the issues. Just the current state of issues.

Value

A data.frame with the information available about the issue. Some columns are lists, including those referring to users.

See Also

get_comments()

Examples

1
2
issues <- get_issues("llrs/blogR")
get_issues("llrs/blogR", 11)

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