You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add checks to automatically set the "month" parameter to be equal to 1000 when querying specific date ranges
# This works
baseballr::fg_batter_leaders(startdate = "2023-03-26", enddate = "2023-04-26", month = "1000")
# This returns the full season
baseballr::fg_batter_leaders(startdate = "2023-03-26", enddate = "2023-04-26")
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: