Lahman data, BWar, Docs, and Bug Fixes
- Added functions to pull data from the Lahman database (docs)
- Added functions to pull BWar and other useful metrics from Baseball Reference (bwar_bat, bwar_pitch)
- Added a playerid_reverse_lookup function to retrieve player names and ids from other data sources given a list of player ids (docs)
- Fixed bugs causing FanGraphs scrapes to fail
- Fixed issue causing standings function to fail when no season was provided
- All data acquisition functions are now documented in the docs folder
Thanks to jelloslinger and jfreynolds for contributing to this release!