powered by
Output Valid MLB Team Abbreviations
valid_team_names(remove_league_info = FALSE)
A vector of type "character".
"character"
Should "AL", "NL", and "MLB" be removed from the returned vector? Defaults to FALSE.
FALSE
# \donttest{ # List valid team abbreviations excluding duplicates valid_team_names() valid_team_names(TRUE) # }
Run the code above in your browser using DataLab