'externalptr' error in R using XML data

前端 未结 3 1992
死守一世寂寞
死守一世寂寞 2021-02-05 13:01

I am working with some XML data in R and running into errors regarding type \'externalptr\'.

1) I get the following error when I try to use the xmlInternalTreeParse()

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-05 13:47

    I managed to write the content of an XML tree to a file using the saveXML() command from the XML package:

    saveXML(xml[[1]], file="output.xml")
    

    Hope this helps.

提交回复
热议问题