Update app.R
Browse files
app.R
CHANGED
|
@@ -130,7 +130,7 @@ MLB <- rbind(MLB,MLB25,MLB26)
|
|
| 130 |
print("aaa")
|
| 131 |
AAA <- rbind(AAA,AAA25,AAA26)
|
| 132 |
print("fsl")
|
| 133 |
-
FSL <- rbind(
|
| 134 |
|
| 135 |
is_barrel <- function(df) {
|
| 136 |
df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
|
|
|
|
| 130 |
print("aaa")
|
| 131 |
AAA <- rbind(AAA,AAA25,AAA26)
|
| 132 |
print("fsl")
|
| 133 |
+
FSL <- rbind(FSLAll,FSL25)
|
| 134 |
|
| 135 |
is_barrel <- function(df) {
|
| 136 |
df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
|