TimStats commited on
Commit
db7898c
·
verified ·
1 Parent(s): 0954c80

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
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)) {