keberwein / mlbgameday

Multi-core processing of 'Gameday' data from Major League Baseball Advanced Media. Additional tools to parallelize large data sets and write them to a database.
Other
41 stars 8 forks source link

Search Game Id's Function not working properly #5

Closed jestarr closed 6 years ago

jestarr commented 6 years ago

I just ran a 2017 regular season scrape using the search_gids function. The last dataset it returns is from September 20th games.

keberwein commented 6 years ago

The internal dataset has been updated up to and including the last game of the 2017 World Series, 2017-11-01. Incremental updates will be made throughout the season along when new versions are pushed to CRAN. For now, you can update to the development version by doing a GitHub install.

devtools::install_github("keberwein/mlbgameday")