TimStats commited on
Commit
dc92b0f
·
verified ·
1 Parent(s): 1516a33

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -115,8 +115,8 @@ MLB26 <- download_private_parquet("TimStats/StatcastDataAll", "MLB26.parquet")
115
  MLB26$level <- "MLB"
116
  AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
117
  AAA26$level <- "AAA"
118
- FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
119
- FSL26$level <- "FSL"
120
 
121
 
122
  #names(ST)
@@ -130,7 +130,7 @@ MLB <- rbind(MLB,MLB25,MLB26)
130
  print("aaa")
131
  AAA <- rbind(AAA,AAA25,AAA26)
132
  print("fsl")
133
- FSL <- rbind(FSL,FSL25,FSL26)
134
 
135
  is_barrel <- function(df) {
136
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
 
115
  MLB26$level <- "MLB"
116
  AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
117
  AAA26$level <- "AAA"
118
+ #FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
119
+ #FSL26$level <- "FSL"
120
 
121
 
122
  #names(ST)
 
130
  print("aaa")
131
  AAA <- rbind(AAA,AAA25,AAA26)
132
  print("fsl")
133
+ FSL <- rbind(FSL,FSL25)
134
 
135
  is_barrel <- function(df) {
136
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -