Update app.R
Browse files
app.R
CHANGED
|
@@ -682,7 +682,7 @@ server <- function(input, output, session) {
|
|
| 682 |
# pitch_name %in% c("CutFastBall") ~ "Cutter",
|
| 683 |
# TRUE ~ pitch_name
|
| 684 |
# ))
|
| 685 |
-
game <-
|
| 686 |
print("Test")
|
| 687 |
print(game)
|
| 688 |
print(nrow(game))
|
|
|
|
| 682 |
# pitch_name %in% c("CutFastBall") ~ "Cutter",
|
| 683 |
# TRUE ~ pitch_name
|
| 684 |
# ))
|
| 685 |
+
game <- calculate_timstuff(game)
|
| 686 |
print("Test")
|
| 687 |
print(game)
|
| 688 |
print(nrow(game))
|