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{
wnba_team_abbr_mapping[c("CONN", "DAL", "SEA")]
#> CONN DAL SEA
#> "CONN" "DAL" "SEA"
# }