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
hoopR::espn_mbb_team_box & hoopR::espn_mbb_game_all are returning errors
To Reproduce
# Example Game ID
hoopR::espn_mbb_game_all(game_id = 401256760)
2023-02-22 14:22:11: Invalid arguments or no play-by-play data for 401256760 available!
2023-02-22 14:22:11: Invalid arguments or no team box score data for 401256760 available!
2023-02-22 14:22:11: Invalid arguments or no player box score data for 401256760 available!
Error in hoopR::espn_mbb_game_all(game_id = 401256760) :
object 'plays_df' not found
hoopR::espn_mbb_team_box(game_id = 401025888)
2023-02-22 14:22:20: Invalid arguments or no team box score data for 401025888 available!
Error in hoopR::espn_mbb_team_box(game_id = 401025888) :
object 'team_box_score' not found
Desktop (please complete the following information):
OS: Windows 10
R: v4.2.2
RStudio: v2022.12.0+353
The text was updated successfully, but these errors were encountered:
Describe the bug
hoopR::espn_mbb_team_box & hoopR::espn_mbb_game_all are returning errors
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: