org_repo_stats: Get organization repository
Description
org_repo_stats
returns a tibble of repositories belonging to a GitHub organization along with some
basic statistics about those repositories.
Usage
org_repo_stats(
org,
filter = "",
filter_type = "in:name",
inc_commits = TRUE,
inc_issues = TRUE,
inc_prs = TRUE
)
Arguments
org
Character. Name of the GitHub organization.
filter
Character. Regular expression pattern for matching (or excluding) repositories.
filter_type
Character. One or more GitHub search in
qualifiers. See documentation for more details.
inc_commits
Logical. Include commit statistics
inc_issues
Logical. Include issue statistics
inc_prs
Logical. Include pull request statistics
Examples
Run this code# NOT RUN {
org_repo_stats("ghclass-demo")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab