TimStats commited on
Commit
3b24657
·
verified ·
1 Parent(s): 91b4541

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -216,8 +216,8 @@ MLB26 <- download_private_parquet("TimStats/StatcastDataAll", "MLB26.parquet")
216
  MLB26$level <- "MLB"
217
  AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
218
  AAA26$level <- "AAA"
219
- FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
220
- FSL26$level <- "FSL"
221
 
222
 
223
  #names(ST)
@@ -231,7 +231,7 @@ MLB <- rbind(MLB,MLB25,MLB26)
231
  print("aaa")
232
  AAA <- rbind(AAA,AAA25,AAA26)
233
  print("fsl")
234
- FSL <- rbind(FSL,FSL25,FSL26)
235
 
236
  ui <- page_fluid(
237
  theme = bs_theme(bg = "#333333", fg = "#ffffff", primary = "#428bca"),
 
216
  MLB26$level <- "MLB"
217
  AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
218
  AAA26$level <- "AAA"
219
+ #FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
220
+ #FSL26$level <- "FSL"
221
 
222
 
223
  #names(ST)
 
231
  print("aaa")
232
  AAA <- rbind(AAA,AAA25,AAA26)
233
  print("fsl")
234
+ FSL <- rbind(FSL,FSL25)
235
 
236
  ui <- page_fluid(
237
  theme = bs_theme(bg = "#333333", fg = "#ffffff", primary = "#428bca"),