powered by
Output Valid NFL Team Abbreviations
valid_team_names(exclude_duplicates = TRUE)
A vector of type "character".
"character"
If TRUE (the default) the list of valid team abbreviations will exclude duplicates related to franchises that have been moved
TRUE
# List valid team abbreviations excluding duplicates valid_team_names() # List valid team abbreviations excluding duplicates valid_team_names(exclude_duplicates = FALSE)
Run the code above in your browser using DataLab