Learn R Programming

ghclass (version 0.1.0)

team_repos: Get teams' repos

Description

team_repos returns a (filtered) data frame of teams and their repos.

Usage

team_repos(org, team)

Arguments

org

character, name of the GitHub organization.

team

character or data frame, listing one or more team

Examples

Run this code
# NOT RUN {
team_repos("ghclass",c("team01","team02"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab