Describe the bug
The function chadwick_player_lu() has not been updated for the 2026 season.
To Reproduce
Steps to reproduce the behavior:
(as an example)
ids <- chadwick_player_lu() %>%
arrange(desc(mlb_played_last))
The most recent season listed in the mlb_played_last column is 2025. Also, new rookies such as Kevin McGonigle and JJ Wetherholt do not have values listed in this column and do not have many of the player keys that they should, such as key_fangraphs, key_bbref, etc.
Expected behavior
Expected players who have played this season to have 2026 listed in mlb_played_last and for new players to have player keys listed.
Screenshots
Selected a couple rows and columns that show the issue.

Desktop (please complete the following information):
- OS: Windows 11
- Browser: I'm using the RStudio application, not in a browser
- Version: R version 4.5.1
Additional context
Add any other context about the problem here.
Describe the bug
The function chadwick_player_lu() has not been updated for the 2026 season.
To Reproduce
Steps to reproduce the behavior:
(as an example)
ids <- chadwick_player_lu() %>%
arrange(desc(mlb_played_last))
The most recent season listed in the mlb_played_last column is 2025. Also, new rookies such as Kevin McGonigle and JJ Wetherholt do not have values listed in this column and do not have many of the player keys that they should, such as key_fangraphs, key_bbref, etc.
Expected behavior
Expected players who have played this season to have 2026 listed in mlb_played_last and for new players to have player keys listed.
Screenshots

Selected a couple rows and columns that show the issue.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.