Skip to contents

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

Usage

get_issues(repository, issue = NULL)

Arguments

repository

A character of repository "owner/repo".

issue

The number of the issue

Value

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

Details

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

See also

Examples

issues <- get_issues("llrs/blogR")
get_issues("llrs/blogR", 11)
#>   assignees assignee         label  state locked milestone n_comments
#> 1        NA       NA invalid, Post closed  FALSE                    0
#>                                              title             created
#> 1 "la recuperación sólo llega a los barrios ricos" 2019-10-21 11:16:55
#>               updated association
#> 1 2019-10-27 15:56:56       OWNER
#>                                                                                                                                                                                      text
#> 1 https://www.elconfidencial.com/economia/2019-10-21/recuperacion-beneficia-barrios-ricos-pobres-clase-media_2289888/\r\n\r\nLa primera y la segunda gráfica no dicen lo mismo creo. \r\n
#>   id            closer            poster
#> 1 11 llrs, User, FALSE llrs, User, FALSE