Update app.R
Browse files
app.R
CHANGED
|
@@ -478,6 +478,7 @@ calculate_timstuff <- function(game) {
|
|
| 478 |
return(game_result)
|
| 479 |
}
|
| 480 |
summary_table <- function(game) {
|
|
|
|
| 481 |
game <- calculate_timstuff(game)
|
| 482 |
|
| 483 |
if("TimStuff" %in% colnames(game)) {
|
|
|
|
| 478 |
return(game_result)
|
| 479 |
}
|
| 480 |
summary_table <- function(game) {
|
| 481 |
+
|
| 482 |
game <- calculate_timstuff(game)
|
| 483 |
|
| 484 |
if("TimStuff" %in% colnames(game)) {
|