Update app.R
Browse files
app.R
CHANGED
|
@@ -216,8 +216,8 @@ MLB26 <- download_private_parquet("TimStats/StatcastDataAll", "MLB26.parquet")
|
|
| 216 |
MLB26$level <- "MLB"
|
| 217 |
AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
|
| 218 |
AAA26$level <- "AAA"
|
| 219 |
-
FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
|
| 220 |
-
FSL26$level <- "FSL"
|
| 221 |
|
| 222 |
|
| 223 |
#names(ST)
|
|
@@ -231,7 +231,7 @@ MLB <- rbind(MLB,MLB25,MLB26)
|
|
| 231 |
print("aaa")
|
| 232 |
AAA <- rbind(AAA,AAA25,AAA26)
|
| 233 |
print("fsl")
|
| 234 |
-
FSL <- rbind(FSL,FSL25
|
| 235 |
|
| 236 |
ui <- page_fluid(
|
| 237 |
theme = bs_theme(bg = "#333333", fg = "#ffffff", primary = "#428bca"),
|
|
|
|
| 216 |
MLB26$level <- "MLB"
|
| 217 |
AAA26 <- download_private_parquet("TimStats/StatcastDataAll", "AAA26.parquet")
|
| 218 |
AAA26$level <- "AAA"
|
| 219 |
+
#FSL26 <- download_private_parquet("TimStats/StatcastDataAll", "FSL26.parquet")
|
| 220 |
+
#FSL26$level <- "FSL"
|
| 221 |
|
| 222 |
|
| 223 |
#names(ST)
|
|
|
|
| 231 |
print("aaa")
|
| 232 |
AAA <- rbind(AAA,AAA25,AAA26)
|
| 233 |
print("fsl")
|
| 234 |
+
FSL <- rbind(FSL,FSL25)
|
| 235 |
|
| 236 |
ui <- page_fluid(
|
| 237 |
theme = bs_theme(bg = "#333333", fg = "#ffffff", primary = "#428bca"),
|