Skip to content
Snippets Groups Projects
Commit 46b94154 authored by untergeekDE's avatar untergeekDE
Browse files

Stimmbezirke-rda

parent 52f5698d
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ write_csv(stadtteile_df,"index/stadtteile.csv")
#---- Die Index-Daten alle in ein handliches .rda verpacken----
stadtteile_df <- read_csv("index/stadtteile.csv")
zuordnung_wahllokale_df <- read_csv("index/zuordnung_wahllokale.csv")
zuordnung_stimmbezirke_df <- read_csv("index/zuordnung_wahllokale.csv")
opendata_wahllokale_df <- read_csv2("index/opendata-wahllokale.csv")
save(stadtteile_df,zuordnung_wahllokale_df,opendata_wahllokale_df,file ="index/index.rda")
save(stadtteile_df,zuordnung_stimmbezirke_df,opendata_wahllokale_df,file ="index/index.rda")
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment