Learn R Programming

nbastatR (version 0.1.12031)

nba_teams_ids: NBA team ids

Description

Resolve NBA team ID

Usage

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

Run this code
# NOT RUN {
nba_teams_ids(teams = c("Brooklyn Nets", "Denver Nuggets"))
# }

Run the code above in your browser using DataLab