Get NWSL schedule for a specific year/date from ESPN's API

espn_nwsl_scoreboard(season)

Arguments

season

Either numeric or character

Value

Returns a tibble

Author

Saiem Gilani.

Examples

# Get schedule from date 2020-08-29
# \donttest{
  try(espn_nwsl_scoreboard (season = "20200829"))
#> 2022-05-06 22:18:42: Invalid arguments or no scoreboard data available!
# }