Dear R users, I would like to import a big xml file. I don't want to learn about xml structures, just to import all the data to a data frame. How can I do it? Thanks, Sebasti?n.
Hmm, sounds like 'I want to talk to the French but I don't want to learn French'. Package XML provides many tools for accessing XML-files but I think a basic knowledge of XML grammar is required. Am 13.07.2011 14:09, schrieb Sebastian Kruk:> Dear R users, > > I would like to import a big xml file. I don't want to learn about xml > structures, just to import all the data to a data frame. > > How can I do it? > > Thanks, > > Sebasti?n. > > ______________________________________________ > R-help at r-project.org mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Eik Vettorazzi Department of Medical Biometry and Epidemiology University Medical Center Hamburg-Eppendorf Martinistr. 52 20246 Hamburg T ++49/40/7410-58243 F ++49/40/7410-57790
On Jul 13, 2011, at 8:09 AM, Sebastian Kruk wrote:> Dear R users, > > I would like to import a big xml file. I don't want to learn about xml > structures, just to import all the data to a data frame.> > How can I do it?I am reminded of this: library(fortunes) fortune("brain surgery") -- David Winsemius, MD West Hartford, CT