TimStats commited on
Commit
4de9f5d
·
verified ·
1 Parent(s): 76117d1

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -368,7 +368,7 @@ ui <- fluidPage(
368
  style = "height: 100%; padding: 10px; background-color: #f8f9fa; border-right: 1px solid #dee2e6;",
369
  p("X: ", a("(@TimStats)", href = "https://twitter.com/timstats")),
370
  p("Data Contains 2020-2025"),
371
- p("Data Updated To:", "2025-07-04"),
372
  p("Please avoid large multi-year, multi-league queries as they tend to crash the app"),
373
  p("Arm Angle for the previous week will populate on Mondays, bat speed is a daily update"),
374
 
@@ -394,7 +394,7 @@ ui <- fluidPage(
394
  start = "2025-03-18",
395
  end = "2025-07-04",
396
  #min = "2024-02-23",
397
- max = "2025-07-04"
398
  )
399
  ),
400
  actionButton("add_filter", "Add Filter", class = "btn-primary mb-3"),
 
368
  style = "height: 100%; padding: 10px; background-color: #f8f9fa; border-right: 1px solid #dee2e6;",
369
  p("X: ", a("(@TimStats)", href = "https://twitter.com/timstats")),
370
  p("Data Contains 2020-2025"),
371
+ p("Data Updated To:", Sys.Date() - 1),
372
  p("Please avoid large multi-year, multi-league queries as they tend to crash the app"),
373
  p("Arm Angle for the previous week will populate on Mondays, bat speed is a daily update"),
374
 
 
394
  start = "2025-03-18",
395
  end = "2025-07-04",
396
  #min = "2024-02-23",
397
+ max = Sys.Date() - 1
398
  )
399
  ),
400
  actionButton("add_filter", "Add Filter", class = "btn-primary mb-3"),