Description Usage Arguments Value See Also Examples
List labels in a GitHub repository.
1 | gh_list_labels(repo, tidied = TRUE)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
tidied |
Tidy to data.frame from list? |
A tidied tibble or a gh_response
class as
a list.
See githubr-package.
1 2 3 4 5 6 7 | ## Not run:
gh_list_labels("lwjohnst86/test-githubr")
# As a tidied data.frame (or tibble)
tidy(gh_list_labels("lwjohnst86/test-githubr"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.