Learn R Programming

ghclass (version 0.1.0)

org_teams: Get organization teams

Description

org_teams returns a (filtered) vector of teams in the organization.

Usage

org_teams(org, filter = NULL, exclude = FALSE)

Arguments

org

character, name of the GitHub organization.

filter

character, regex pattern for matching (or excluding) teams

exclude

logical, should entries matching the regex be excluded or included.