gh_list_issues: List issues in GitHub repository.

Description Usage Arguments Value See Also Examples

View source: R/issues.R

Description

List issues in GitHub repository.

Usage

1
gh_list_issues(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
## Not run: 
gh_list_issues("lwjohnst86/test-githubr")

## End(Not run)

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