[R] XML write?
Alberto Monteiro
albmont at centroin.com.br
Tue Apr 29 16:20:21 CEST 2008
Gabor Grothendieck wrote:
>
> By write, do you mean print?
>
No, I mean "save to a file".
I solved the problem with this:
library(XML)
x <- xmlTreeParse("Irpf2008/aplicacao/dados/12345678901/12345678901.xml")
sink("ihatetheirs.xls")
print(x)
sink()
and then I can edit the saved file to cut some extra information
not-xml related (and do what I want - again, sorry for the foul
language).
Alberto Monteiro
More information about the R-help
mailing list