TimStats commited on
Commit
17ccd4a
·
verified ·
1 Parent(s): 1b5db7a

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -65,8 +65,8 @@ download_private_csv <- function(repo_id, filename) {
65
  }
66
  }
67
 
68
- #ST <- download_private_csv("TimStats/StatcastDataAll", "SpringT.csv")
69
- ST <- read.csv("SpringT25.csv", header = TRUE, check.names = FALSE, fileEncoding = "UTF-8")
70
 
71
  names(ST)
72
  MLB <- download_private_csv("TimStats/StatcastDataAll", "MLB.csv")
 
65
  }
66
  }
67
 
68
+ ST <- download_private_csv("TimStats/StatcastDataAll", "SpringT25.csv")
69
+ #ST <- read.csv("SpringT25.csv", header = TRUE, check.names = FALSE, fileEncoding = "UTF-8")
70
 
71
  names(ST)
72
  MLB <- download_private_csv("TimStats/StatcastDataAll", "MLB.csv")