org_team_ids
returns a (filtered) data frame of teams in the organization with columns for
their names (name
) and their unique ids (id
).
org_team_ids(org, filter = NULL, exclude = FALSE)
character, name of the GitHub organization.
character, regex pattern for matching (or excluding) repos.
logical, should entries matching the regex be excluded or included.