Getting an error when I try to run something like the following:
daily_batter_bref("2019-09-28", "2019-09-28")
Here is the error message:
I assume this is because it's attempting to mutate by combining multiple days. I can work around by using multiple days, but for purposes of using dates as a base for decay, I'd prefer to have this be able to pull day by day.
Getting an error when I try to run something like the following: daily_batter_bref("2019-09-28", "2019-09-28")
Here is the error message:
I assume this is because it's attempting to mutate by combining multiple days. I can work around by using multiple days, but for purposes of using dates as a base for decay, I'd prefer to have this be able to pull day by day.