BillPetti / baseballr

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

get_ncaa_baseball_roster issue #192

Closed jdrnym closed 3 years ago

jdrnym commented 3 years ago

The following code is returning the error: "Error: Can't recycle ..1 (size 38) to match ..2 (size 76)."

players <- get_ncaa_baseball_roster(562, 2021)

A random sampling of other team codes does not produce the same error. I'm only seeing it with 562.

Thanks!

BillPetti commented 3 years ago

This should be fixed via this commit.