diff --git a/global.R b/global.R index 12abf5c..cc08164 100644 --- a/global.R +++ b/global.R @@ -136,4 +136,5 @@ auswahlmöglichkeiten <- crime_json %>% unlist() %>% # 3. unique(): auf Nummer sicher gehen, dass die Stadtteile alle eindeutig sind. unique() %>% - sort() \ No newline at end of file + sort() %>% + setdiff("Alle") \ No newline at end of file