TimStats commited on
Commit
65c5892
·
verified ·
1 Parent(s): 291b802

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
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:", 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
 
@@ -392,9 +392,9 @@ ui <- fluidPage(
392
  ),
393
  dateRangeInput("date_range", "Date Range:",
394
  start = "2025-03-18",
395
- end = Sys.Date() - 1,
396
  #min = "2024-02-23",
397
- max = Sys.Date() - 1
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:", "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
 
 
392
  ),
393
  dateRangeInput("date_range", "Date Range:",
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"),