Description Usage Arguments Value See Also Examples
Download all the labels of a repository or a single issue by id.
1  | get_labels(repository, issue = NULL)
 | 
repository | 
 A character of repository "owner/repo".  | 
issue | 
 The number of the issue  | 
A data.frame with the information available about the issue.
1 2  | issues <- get_labels("llrs/blogR")
get_labels("llrs/blogR", 11)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.