Learn R Programming

nflreadr (version 1.4.1)

team_abbr_mapping_norelocate: Alternate team abbreviation mappings, no relocation

Description

A named character vector mapping common alternate team abbreviations, but does not follow relocations to their current city.

Usage

team_abbr_mapping_norelocate

Arguments

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

Run this code
# \donttest{
team_abbr_mapping_norelocate[c("STL", "OAK","CRD","BLT", "CLV")]
# }

Run the code above in your browser using DataLab