You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug nba_schedule() function does not return expected table. Believe this is due to a slightly different response structure than previous.
To Reproduce
hoopR::nba_schedule(league_id="00", season="2023-24")
#> 2023-10-06 16:12:41: Invalid arguments or no league schedule data for 2023-24 available!#> Error in hoopR::nba_schedule(league_id = "00", season = "2023-24"): object 'games' not found
Describe the bug
nba_schedule()
function does not return expected table. Believe this is due to a slightly different response structure than previous.To Reproduce
Created on 2023-10-06 with reprex v2.0.2
Expected behavior
Should return complete NBA schedule for the season specified
Additional context
May need to switch from
tidyr::unnest()
topurrr::pluck()
and append the columns hereThe text was updated successfully, but these errors were encountered: