Add reactiveVal to compared year
This commit is contained in:
1
server.R
1
server.R
@@ -17,6 +17,7 @@ server <- function(input, output, session) {
|
||||
|
||||
currently_compared_location <- reactiveVal(c(""))
|
||||
currently_compared_crimes <- reactiveVal(c(""))
|
||||
currently_compared_year <- reactiveVal(c("2024", "2023"))
|
||||
|
||||
# 1. Aktualisieren der Auswahlmöglichkeiten mit den extrahierten Schlüsselnamen
|
||||
updateSelectizeInput(
|
||||
|
||||
Reference in New Issue
Block a user