Skip to contents

A named character vector mapping common alternate team abbreviations.

Usage

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