Displaying 1 result from an estimated 1 matches for "backslashifi".
Did you mean:
backslashify
2013 Apr 30
1
Trouble with reading xml in R
Hi I have been trying for days now to read the contents of this xml file into
R. I tried the simpler solution xmlToDataFrame, which worked on another
file, but somehow it doesn't work for this file.
I have tried different other solutions, but I just can't seem to get it
quite right.
doc <- xmlRoot(xmlTreeParse(url))
art <- doc[[1]] [["DeliveryDay"]]
fields <-