TimStats commited on
Commit
00dd220
·
verified ·
1 Parent(s): 379f9a1

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +8 -8
app.R CHANGED
@@ -181,13 +181,13 @@ summary_table <- function(data) {
181
  data_2024 <- rbind(MLB,AAA,FSL) %>%
182
  group_by(`Pitcher Name`, `Pitcher ID`, pitch_name) %>%
183
  summarize(
184
- 'Velo24' = round(mean(start_speed, na.rm = TRUE), 1),
185
- 'Spin24' = round(mean(spin_rate, na.rm = TRUE), 0),
186
- 'Ext24' = round(mean(extension, na.rm = TRUE), 1),
187
- 'IVB24' = round(mean(IVB, na.rm = TRUE), 1),
188
- 'HB24' = round(mean(HB, na.rm = TRUE), 1),
189
- 'RelX24' = round(mean(x0, na.rm = TRUE), 1),
190
- 'RelZ24' = round(mean(z0, na.rm = TRUE), 1),
191
  .groups = "drop"
192
  )
193
 
@@ -251,7 +251,7 @@ server <- function(input, output, session) {
251
  "College (Statcast Parks Only)" = mlb_schedule(season = season, level_ids = "22"),
252
  "Futures Game" = mlb_schedule(season = season, level_ids = "21"),
253
  "AFL" = {
254
- sbid <- mlb_schedule(2024, 17) %>%
255
  filter(teams_away_team_name %in% c("Glendale Desert Dogs", "Mesa Solar Sox",
256
  "Peoria Javelinas", "Salt River Rafters",
257
  "Scottsdale Scorpions", "Surprise Saguaros")) %>%
 
181
  data_2024 <- rbind(MLB,AAA,FSL) %>%
182
  group_by(`Pitcher Name`, `Pitcher ID`, pitch_name) %>%
183
  summarize(
184
+ 'Velo25' = round(mean(start_speed, na.rm = TRUE), 1),
185
+ 'Spin25' = round(mean(spin_rate, na.rm = TRUE), 0),
186
+ 'Ext25' = round(mean(extension, na.rm = TRUE), 1),
187
+ 'IVB25' = round(mean(IVB, na.rm = TRUE), 1),
188
+ 'HB25' = round(mean(HB, na.rm = TRUE), 1),
189
+ 'RelX25' = round(mean(x0, na.rm = TRUE), 1),
190
+ 'RelZ25' = round(mean(z0, na.rm = TRUE), 1),
191
  .groups = "drop"
192
  )
193
 
 
251
  "College (Statcast Parks Only)" = mlb_schedule(season = season, level_ids = "22"),
252
  "Futures Game" = mlb_schedule(season = season, level_ids = "21"),
253
  "AFL" = {
254
+ sbid <- mlb_schedule(2026, 17) %>%
255
  filter(teams_away_team_name %in% c("Glendale Desert Dogs", "Mesa Solar Sox",
256
  "Peoria Javelinas", "Salt River Rafters",
257
  "Scottsdale Scorpions", "Surprise Saguaros")) %>%