Update app.R
Browse files
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(
|
| 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 -
|