> -----Original Message-----
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of David Winsemius
> Sent: Wednesday, July 13, 2011 8:17 AM
> To: Sebastian Kruk
> Cc: r-help@r-project.org
> Subject: Re: [R] Import big xml data
> 
> 
> 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")
> 
> 

But, just in case the OP is willing to at least learn a little about how to 
deal with XML files, he could download and install the sos package.  Then 

>library(sos)
>findFn('XML')
found 686 matches;  retrieving 20 pages, 400 matches.

So there are lots of packages and functions to choose from.


Hope this is helpful,

Dan

Daniel J. Nordlund
Washington State Department of Social and Health Services
Planning, Performance, and Accountability
Research and Data Analysis Division
Olympia, WA 98504-5204

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to