valid_team_names {mlbplotR} | 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)