BillPetti / baseballr

A package written for R focused on baseball analysis. Currently in development.
billpetti.github.io/baseballr
Other
369 stars 99 forks source link

Name/Column Assignment #331

Closed burtmaclinmilb closed 6 months ago

burtmaclinmilb commented 6 months ago

scrape_statcast_savant_pitcher_all returned this error:

[100%] Downloaded 11403481 bytes... Error in setnames(x, value) : Can't assign 92 names to a 94 column data.table

Thank you for your time!

camdenk commented 6 months ago

Download the dev version with devtools::install_github("BillPetti/baseballr") and this should be fixed!