jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

Wrong year when parsing by date #19

Closed ethan9carpenter closed 2 years ago

ethan9carpenter commented 3 years ago

https://github.com/jflancer/bigballR/blob/41f83a2e993e982a1a7bb23a4c48b8c6bf1c1d1b/R/all_functions.R#L1137

The switch statement cuts off before it reaches this point, so it does not have any functional issues, but this should be 2012 instead of 2013

evanmiyakawa commented 2 years ago

Fixed, thanks!