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

Fix bug in fg_pitcher_leaders associated with season capitalization #328

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

bbwieland
Copy link
Contributor

The fg_pitcher_leaders() function currently returns an error even when all parameters are correctly specified as a result of dplyr::select() attempting to access the Season column, when the API query returns season (lowercase) instead. This PR fixes the error within the fg_pitcher_leaders() function. It may be worth further investigation into potential effects of this renaming on other fg_ functions.

@saiemgilani saiemgilani merged commit a226c11 into BillPetti:master Apr 13, 2024
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants