Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Documentation Around Fangraphs "Month" Parameter #326

Open
camdenk opened this issue Apr 3, 2024 · 1 comment
Open

Better Documentation Around Fangraphs "Month" Parameter #326

camdenk opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
documentation Adding documentation or docs needed enhancement

Comments

@camdenk
Copy link
Collaborator

camdenk commented Apr 3, 2024

  • 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")
@camdenk camdenk added enhancement documentation Adding documentation or docs needed labels Apr 3, 2024
@camdenk camdenk self-assigned this Apr 3, 2024
@mikejones763
Copy link

Hello! It looks like the month=1000 parameter is a fix for the batter and fielder queries, but not the pitcher queries. Any advice?
Screenshot 2024-05-08 102039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Adding documentation or docs needed enhancement
Projects
None yet
Development

No branches or pull requests

2 participants