Description Usage Arguments Value Examples
The class gh_response
is returned from gh::gh. The tidy function converts
it from a list to a tibble.
1 2 3 4 |
x |
The input to tidy. |
... |
Arguments passed to other methods or cases. |
a tibble.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# For labels
Labels <- gh_list_labels("lwjohnst86/test-githubr", tidied = FALSE)
Labels
tidy(Labels)
gh_list_labels("lwjohnst86/test-githubr")
Issues <- gh_list_issues("lwjohnst86/test-githubr", tidied = FALSE)
Issues
tidy(Issues)
gh_list_issues("lwjohnst86/test-githubr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.