A named character vector mapping common alternate team abbreviations.
Format
A named character vector
- name attribute
The "alternate" name.
- value attribute
The "correct" name.
Details
You can suggest additions to this table by opening an issue in nbaplotR.
Examples
# \donttest{
nba_team_abbr_mapping[c("BRK", "GSW", "PHO")]
#> BRK GSW PHO
#> "BKN" "GS" "PHX"
# }