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

Mini-Ergänzung bei der OK-Message

parent 46b94154
No related branches found
No related tags found
No related merge requests found
......@@ -164,15 +164,15 @@ if (neue_daten) {
ifelse(fom_df$ja / fom_df$wahlberechtigt < 0.3, " nicht ", " "),
"erreicht</strong></li>",
"<li><strong>Anteil der Ja-Stimmen an den Wahlberechtigten: ",
format(fom_df$ja / fom_df$wahlberechtigt * 100,decimal.mark=",",big.mark=".",nsmall=1, digits=3),
format(fom_df$ja / fom_df$wahlberechtigt * 100,decimal.mark=",",big.mark=".",nsmall=1, digits=3),"%",
"</li><li>Ja-Stimmen: ",
format(fom_df$ja,decimal.mark=",",big.mark="."),
"</li><li>Nein-Stimmen: ",
format(fom_df$nein,decimal.mark=",",big.mark="."),
"</li><li>Verhältnis Ja:Nein: ",
format(fom_df$ja / (fom_df$ja + fom_df$nein),decimal.mark=",",big.mark=".",nsmall=1, digits=3),"% : ",
format(fom_df$nein / (fom_df$ja + fom_df$nein),decimal.mark=",",big.mark=".",nsmall=1, digits=3),"%</li></ul>",
format(fom_df$ja / fom_df$wahlberechtigt,decimal.mark=",",big.mark=".",nsmall=1, digits=3)
format(fom_df$ja / (fom_df$ja + fom_df$nein) * 100,decimal.mark=",",big.mark=".",nsmall=1, digits=3),"% : ",
format(fom_df$nein / (fom_df$ja + fom_df$nein) *100,decimal.mark=",",big.mark=".",nsmall=1, digits=3),"%</li></ul>"
)
teams_meldung(fom_update_str,title="Feldmann-Referendum")
......
name,value,comment
wahllokale_url,https://votemanager-ffm.ekom21cdn.de/2022-11-06/06412000/praesentation/Open-Data-06412000-Buergerentscheid-zur-Abwahl-des-Oberbuergermeisters-der-Stadt-Frankfurt-am-Main_-Herrn-Peter-Feldmann-Stimmbezirk.csv?ts=1667586196549,
ffm_waehler,510000,Schätzung Wählerinnen und Wähler – wird Sonntagabend aktualisiert
fom_id,raDG0,Datawrapper-ID Feldmann-o-meter
choropleth_id,w6caA,Datawrapper-ID Stadtteile Choropleth-Karte
symbol_id,ANKmx,Datawrapper-ID Stadtteile Symbole (absolute Stimmen)
tabelle_id,Un8Zz,Datawrapper-ID Tabelle Stadtteile
fom_id,,Datawrapper-ID Feldmann-o-meter
choropleth_id,,Datawrapper-ID Stadtteile Choropleth-Karte
symbol_id,,Datawrapper-ID Stadtteile Symbole (absolute Stimmen)
tabelle_id,,Datawrapper-ID Tabelle Stadtteile
startdatum,2022-11-06 18:00:00 CET,Beginn der Auszählung
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