Get ESPN MLS Standings

espn_mls_standings(year)

Arguments

year

Either numeric or character (YYYY)

Value

Returns a tibble

Examples

# \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
# }