TimStats commited on
Commit
e7bcb79
·
verified ·
1 Parent(s): 8324bf4

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -386,7 +386,7 @@ server <- function(input, output, session) {
386
  if ("AAA" %in% input$level) AAA_processed,
387
  if ("FSL" %in% input$level) FSL_processed
388
  ) %>%
389
- filter(date >= input$date_range[1] & date <= input$date_range[2])
390
  # First group and calculate all stats
391
  grouped_data <- combined_data %>%
392
  group_by(across(all_of(input$group))) %>%
 
386
  if ("AAA" %in% input$level) AAA_processed,
387
  if ("FSL" %in% input$level) FSL_processed
388
  ) %>%
389
+ filter(date >= input$dates[1] & date <= input$dates[2])
390
  # First group and calculate all stats
391
  grouped_data <- combined_data %>%
392
  group_by(across(all_of(input$group))) %>%