lbenz730 / ncaahoopR

An R package for working with NCAA Basketball Play-by-Play Data
MIT License
198 stars 48 forks source link

Prevents game in progress from being included #93

Closed bryce-mitchell closed 1 year ago

bryce-mitchell commented 1 year ago

Resolves an error where a game in progress has a game ID of NA, removes any games with an ID of NA from the schedule.

Though it may be better to limit games on the same day from being included.