TimStats commited on
Commit
fe1333e
·
verified ·
1 Parent(s): ecdf7cb

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -118,7 +118,7 @@ FSL <- download_private_parquet("TimStats/StatcastDataAll", "FSL.parquet")
118
  FSL$level <- "FSL"
119
  MLB <- rbind(MLB,MLB25)
120
  AAA <- rbind(AAA,AAA25)
121
- FSL <- rbind(FSLAll,FSL25)
122
 
123
  is_barrel <- function(df) {
124
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
 
118
  FSL$level <- "FSL"
119
  MLB <- rbind(MLB,MLB25)
120
  AAA <- rbind(AAA,AAA25)
121
+ FSL <- rbind(FSL,FSL25)
122
 
123
  is_barrel <- function(df) {
124
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -