openWAR
openWAR copied to clipboard
An R package enabling the computation of openWAR using MLBAM data
There seems to be an issue with gamely() not pulling the data properly. It only seems to contain gameID, base and url but not ds. Also, getData() produces the error:...
Hi, I'm trying to replicate OpenWAR calculations on my own to potentially incorporate data that wasn't available when this project started, and I'm not understanding the following step in the...
bis_boxscore.xml is not available for games this season. For example, this directory has no bis_boxscore.xml which is a file this library depends on to build out war: http://gd2.mlb.com/components/game/mlb/year_2019/month_03/day_29/gid_2019_03_29_anamlb_oakmlb_1/ I'm looking...
(https://github.com/edgararuiz/tidypredict)
It looks like MLB gameday has changed the game ids in their anchor tags. The urls from game day are including the day_xx portion of the url in the gameid...
> ds = getData(start = "2013-06-30") Retrieving data from 2013-06-30 ... ...found 0 games Error in grouped_df_impl(data, unname(vars), drop) : Column `gameId` is unknown So the update by znmeb fixes...
getData — Error in bind_rows_(x, .id) : Column `balls` can't be converted from character to integer
I received this error when retrieving data for the 2012 regular season. When I change the line of code in `getData(...)` from, `out
I compared running `makeWAR()` on the May data set to the MayProcessed data set and noticed that the `delta.field` and `delta.pitch` columns in the New MayProcessed data set differed from...
I received the above error when running: dat16
All of the MLBAM scraping code doesn't really belong in `openWAR`. It belongs in [RGameDay](https://github.com/beanumber/RGameDay). The `pitchRx`-like database functionality is also a must have. I think this can be achieved...