Re: [R] (simple) xml into data.frame and reverse

2009-07-15 Thread stefan.d...@gmail.com
Hi Duncan, thanks for the advice and the link. I just realized there is a mistake in the code I posted and I currently don't have the time to correct it. So I can not try your function (yet). But I will do so in the next few days and tell you if it doesnt work. Thanks again and best, Stefan On Wed

Re: [R] (simple) xml into data.frame and reverse

2009-07-15 Thread Duncan Temple Lang
Thanks Dieter. It should have been http://www.omegahat.org/RSXML/xmlToDataFrame.R as it is an R file. Thanks D. Dieter Menne wrote: Duncan Temple Lang wrote: I wrote some relatively general functions, but hastily written functions to read this sort of data. You can find them att

Re: [R] (simple) xml into data.frame and reverse

2009-07-14 Thread Dieter Menne
Duncan Temple Lang wrote: > > > > I wrote some relatively general functions, but hastily written functions > to read this sort of data. You can find them attached or at > >http://www.omegahat.org/RSXML/xmlToDataFrame.xml > > Looks like that's the wrong link. I also did not find it men

Re: [R] (simple) xml into data.frame and reverse

2009-07-14 Thread Duncan Temple Lang
stefan.d...@gmail.com wrote: Hello, I am trying to convert a simple data.frame (it will always be a few equally long variables) into the XML format (which I don't understand too well but need as input for another program) and reverse the operation (from XML back into data.frame). I found some