Alternate team abbreviation mappings, no relocation
Source:R/data.R
team_abbr_mapping_norelocate.Rd
A named character vector mapping common alternate team abbreviations, but does not follow relocations to their current city.
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 nflreadr.
Examples
# \donttest{
team_abbr_mapping_norelocate[c("STL", "OAK","CRD","BLT", "CLV")]
#> STL OAK CRD BLT CLV
#> "STL" "OAK" "ARI" "BAL" "CLE"
# }