Update app.R
Browse files
app.R
CHANGED
|
@@ -116,8 +116,11 @@ AAA <- download_private_parquet("TimStats/StatcastDataAll", "AAA.parquet")
|
|
| 116 |
AAA$level <- "AAA"
|
| 117 |
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(FSL,FSL25)
|
| 122 |
|
| 123 |
is_barrel <- function(df) {
|
|
|
|
| 116 |
AAA$level <- "AAA"
|
| 117 |
FSL <- download_private_parquet("TimStats/StatcastDataAll", "FSL.parquet")
|
| 118 |
FSL$level <- "FSL"
|
| 119 |
+
print("Mlb")
|
| 120 |
MLB <- rbind(MLB,MLB25)
|
| 121 |
+
print("aaa")
|
| 122 |
AAA <- rbind(AAA,AAA25)
|
| 123 |
+
print("fsl")
|
| 124 |
FSL <- rbind(FSL,FSL25)
|
| 125 |
|
| 126 |
is_barrel <- function(df) {
|