Bill Petti
Bill Petti
This isn't really an issue with `baseballr`, but when I run this I get a result in 24 seconds: ``` > library(baseballr) > library(tidyverse) > statcast_db tictoc::tic() > tbl(statcast_db, 'statcast')...
Have you changed or appended the statcast table in any way after you created the indexes? If so, you need to re-index whenever you make a change. You can check...
Not sure what you mean. Once you have new data to upload to your database you case something like this (assuming all columns are properly cast to align with the...
Generally the current function works with games from 2010-present. This will take some time to fix as the columns used to join some of the underlying data don't exist prior...
Can you post the error? Also, have you verified that the api has data for those games?
Appears to be an issue from 1968 back. 1969 was the first year they went to divisions within each league. The underlying html and tables are fundamentally different pre-1969, so...
Query what, exactly? Do you mean the FanGraphs' leaderboards or are you looking to restrict the Statcast queries up front by platoon splits?
It's a fair question. I never intended to release this on CRAN. But as it's evolved, maybe it is time. There would still be flexibility to release new features flexibly...
@darh78 Can you please submit pull requests to the [development branch](https://github.com/BillPetti/baseballr/tree/development_branch)? This way I can test the functions more easily and ensure they work without affecting the master branch. Also,...
As of right now, no. BaseballRef is using some other id in the html for each player on those pages and redirecting to their pages. I'll need to look into...