Learn R Programming

ghclass (version 0.1.0)

org_team_ids: Get organization teams and their ids

Description

org_team_ids returns a (filtered) data frame of teams in the organization with columns for their names (name) and their unique ids (id).

Usage

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

Arguments

org

character, name of the GitHub organization.

filter

character, regex pattern for matching (or excluding) repos.

exclude

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