search for: 20dage

Displaying 1 result from an estimated 1 matches for "20dage".

Did you mean: 0date
2017 Nov 30
2
Help avoiding setting column type two times
...It reads a lot of xml-files from ../raw/ and saves a data.frame with information from these xml-files. In the ../raw/ directiory I have placed the xml-files which I got from "Statistics Denmark" I have also put these xml-files on my website and they can be download freely from http://20dage.dk/R/referendum-2009/raw.tar.gz The code is below but I have also put the code at this place: http://20dage.dk/R/referendum-2009/convert_from_xml.R Best Regards Martin M. S. Pedersen ------- library(xml2) convert_one_file <- function(url) { x <- read_xml(url) Sted <- xml_fin...