gh_list_labels: List labels in a GitHub repository.

Description Usage Arguments Value See Also Examples

View source: R/issues.R

Description

List labels in a GitHub repository.

Usage

1
gh_list_labels(repo, tidied = TRUE)

Arguments

repo

Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr".

tidied

Tidy to data.frame from list?

Value

A tidied tibble or a gh_response class as a list.

See Also

See githubr-package.

Examples

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)

rostools/githubr documentation built on Aug. 17, 2020, 6:49 p.m.