Skip to contents

A named character vector mapping common alternate team abbreviations.

Usage

nba_team_abbr_mapping

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" 
# }