Describe the bug
These functions, when provided with desired Date-formatted start and end dates, are producing the below error:
Invalid arguments or no daily batter data available!
Additionally, other bref_ functions appear to have similar error messages. It appears likely there is an issue with formatting occurring. These same functions worked for me several hours ago.
To Reproduce
Run the example code from baseballr's official documentation -
Expected behavior
I expected to receive BRef pitcher and batter summaries
Desktop (please complete the following information):
OS: Windows 10
Running on R 4.2.3 via RStudio
baseballr version 1.6
Additional context
Not sure if there is some maintenance going on or if there was a sudden shift in the input configurations for the BRef API functions, but they are not working using correct date inputs.
Describe the bug These functions, when provided with desired Date-formatted start and end dates, are producing the below error:
Invalid arguments or no daily batter data available!
Additionally, other bref_ functions appear to have similar error messages. It appears likely there is an issue with formatting occurring. These same functions worked for me several hours ago.
To Reproduce Run the example code from baseballr's official documentation -
bref_daily_batter("2015-05-10", "2015-06-20")
try(bref_standings_on_date(date = "2015-08-04", division = "AL East"))
Expected behavior I expected to receive BRef pitcher and batter summaries
Desktop (please complete the following information):
Additional context Not sure if there is some maintenance going on or if there was a sudden shift in the input configurations for the BRef API functions, but they are not working using correct date inputs.