nflverse / nflfastR

A Set of Functions to Efficiently Scrape NFL Play by Play Data
https://www.nflfastr.com/
Other
414 stars 50 forks source link

Add wrapper for loading new games as soon as possible #438

Closed mrcaseb closed 10 months ago

mrcaseb commented 11 months ago

I am seeing many people trying to load new games right after the games ended.

update_db provides functionality but we have nothing outside a database.

Something like load_pbp + build_nflfastR_pbp

mrcaseb commented 10 months ago

Decided to drop this idea as it could introduce quite a lot issues with users running outdated nflfastR versions.