Displaying 1 result from an estimated 1 matches for "stemmerantal".
2017 Nov 30
2
Help avoiding setting column type two times
...<- xml_attr(Sted, "Type")
StedTekst <- xml_text(Sted)
Parti <- xml_find_all(x, ".//Parti")
PartiId <- xml_attr(Parti, "Id")
PartiBogstav <- xml_attr(Parti, "Bogstav")
PartiNavn <- xml_attr(Parti, "Navn")
StemmerAntal <- xml_attr(Parti, "StemmerAntal")
Stemmeberettigede <- xml_integer(xml_find_first(x,
".//Stemmeberettigede"))
DeltagelsePct <- xml_double(xml_find_first(x, ".//DeltagelsePct"))
IAltGyldigeStemmer <- xml_integer(xml_find_first(x,
".//IAltGy...