TimStats commited on
Commit
d45de01
·
verified ·
1 Parent(s): 7a8e189

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -4,6 +4,7 @@ library(DT)
4
  library(baseballr)
5
  library(dplyr)
6
  library(xgboost)
 
7
 
8
  Sys.setenv(TZ='EST')
9
  download_private_csv <- function(repo_id, filename) {
 
4
  library(baseballr)
5
  library(dplyr)
6
  library(xgboost)
7
+ library(httr)
8
 
9
  Sys.setenv(TZ='EST')
10
  download_private_csv <- function(repo_id, filename) {