valid_team_names | R Documentation |
Output Valid MLB Team Abbreviations
valid_team_names(remove_league_info = FALSE)
remove_league_info |
Should "AL", "NL", and "MLB" be removed from the returned vector? Defaults to |
A vector of type "character"
.
# List valid team abbreviations excluding duplicates
valid_team_names()
valid_team_names(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.