replace Ü with UE in colnames in applause, move check of empty directory to beginning in read_all

This commit is contained in:
2021-08-03 12:48:01 +02:00
parent 09f5e5da0d
commit 64ede5c757
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ res$applause %>%
group_by(on_fraktion) %>%
arrange(on_fraktion) %>%
summarize("AfD" = sum(`AfD`),
"BÜNDNIS 90 / DIE GRÜNEN" = sum(`BÜNDNIS_90_DIE_GRÜNEN`),
"BÜNDNIS 90 / DIE GRÜNEN" = sum(`BUENDNIS_90_DIE_GRUENEN`),
"CDU/CSU" = sum(`CDU_CSU`),
"DIE LINKE" = sum(`DIE_LINKE`),
"FDP" = sum(`FDP`),