Describe the bug
Trying to pull baseball reference stats and getting new unexpected errors.
Using Package baseballr version 1.6.0.9001 // R version 4.4.1 (2024-06-14)
> try(bref_standings_on_date(date = "2015-08-04", division = "AL East"))
> 2025-09-18 14:03:23.038438: Invalid arguments or no standings on date data available!
> Error in bref_standings_on_date(date = "2015-08-04", division = "AL East") :
> object 'x' not found
Describe the bug
Trying to pull baseball reference stats and getting new unexpected errors.
Using Package baseballr version 1.6.0.9001 // R version 4.4.1 (2024-06-14)