valid_team_names | R Documentation |
Output Valid NFL Team Abbreviations
valid_team_names(exclude_duplicates = TRUE)
exclude_duplicates |
If |
A vector of type "character"
.
# List valid team abbreviations excluding duplicates
valid_team_names()
# List valid team abbreviations excluding duplicates
valid_team_names(exclude_duplicates = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.