I want to import an XML file from polarpersonaltrainer.com that stores heartrate data into a R data.frame. Is there a package that makes importing XML easy or do I have to write my own parser?
+5
A:
Yes. Use the XML
package. There's a function called xmlToDataFrame which will make your life easy.
Shane
2009-12-25 00:10:24
No, RSXML is precursors to XML, and only on Omegahat. You really want XML as Shane said.
Dirk Eddelbuettel
2009-12-25 02:21:43
Why does the XML entry on CRAN link to the RSXML website? http://cran.r-project.org/web/packages/XML/
las3rjock
2009-12-25 23:43:50