List teams in a GitHub organization
list_teams.Rd
List teams in a GitHub organization
Arguments
- org
The GitHub organization that owns the team and the repository.
- names_only
Should only the team names be returned (as a character vector;
TRUE
, the default), or should all of the team metadata be returned?- ...
passed on to
gh::gh()