valid_team_names {nflplotR}R Documentation

Output Valid NFL Team Abbreviations

Description

Output Valid NFL Team Abbreviations

Usage

valid_team_names(exclude_duplicates = TRUE)

Arguments

exclude_duplicates

If TRUE (the default) the list of valid team abbreviations will exclude duplicates related to franchises that have been moved

Value

A vector of type "character".

Examples

# List valid team abbreviations excluding duplicates
valid_team_names()

# List valid team abbreviations excluding duplicates
valid_team_names(exclude_duplicates = FALSE)

[Package nflplotR version 1.3.1 Index]