Get ESPN MLS Standings
espn_mls_standings(year)
Either numeric or character (YYYY)
Returns a tibble
# \donttest{
try(espn_mls_standings(year = 2021))
#> 2022-05-06 22:18:39: Invalid arguments or no standings data available!
#> Error in espn_mls_standings(year = 2021) : object 'standings' not found
# }