Resolve NBA team ID

nba_teams_ids(teams = NULL, team_ids = NULL, all_active_teams = F)

Arguments

teams

vector of team names

team_ids

vector of team ids

Value

a `tibble`

See also

Other ids: nba_player_ids()

Examples

nba_teams_ids(teams = c("Brooklyn Nets", "Denver Nuggets"))