Download all the labels of a repository or a single issue by id.
Usage
get_labels(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.
Examples
issues <- get_labels("llrs/blogR")
get_labels("llrs/blogR", 11)
#> label id
#> 1 invalid 11
#> 2 Post 11