R/espn_nwsl_data.R
espn_nwsl_scoreboard.Rd
Get NWSL schedule for a specific year/date from ESPN's API
espn_nwsl_scoreboard(season)
Either numeric or character
Returns a tibble
# 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!
# }