jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

check if box score is available for each game #22

Closed evanmiyakawa closed 2 years ago

evanmiyakawa commented 2 years ago

The get_date_games() function incorrectly assigned box ids to games on 11/09/21 because one game was missing a box score. I added a checker to make sure each game has a box score, and if not, skip over it when assigning game_ids to id_found. I tested this on multiple dates and it worked correctly.