team_abbr_mapping {nflreadr}R Documentation

Alternate team abbreviation mappings

Description

A named character vector mapping common alternate team abbreviations.

Usage

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 nflreadr.

See Also

team_abbr_mapping_norelocate for the same thing but relocations stay in their original cities.

Examples


team_abbr_mapping[c("STL", "OAK","CRD","BLT", "CLV")]



[Package nflreadr version 1.4.1 Index]