You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been working with baseballr for a couple months now and sometime between now and last week I got an error 'Can't assign 94 names to a 113 column data.table' after trying to run a statcast search:
Wasn't sure if there was an immediate fix or if I needed to wait for the package to be updated. I'm running Version:
baseballr v1.6.0 and I installed baseballr using devtools::install_github(repo = "BillPetti/baseballr").
The text was updated successfully, but these errors were encountered:
Download the newest version of baseballr with this command devtools::install_github(repo = "BillPetti/baseballr"), restart your R session, and then you should be good to go!
Have been working with baseballr for a couple months now and sometime between now and last week I got an error 'Can't assign 94 names to a 113 column data.table' after trying to run a statcast search:
RyanM2021.Statcast <- try(statcast_search(start_date = "2021-04-02", end_date = "2021-10-03", playerid = 663624, player_type = 'batter')).
Wasn't sure if there was an immediate fix or if I needed to wait for the package to be updated. I'm running Version:
baseballr v1.6.0 and I installed baseballr using devtools::install_github(repo = "BillPetti/baseballr").
The text was updated successfully, but these errors were encountered: