Hello there,
Basically I need to get that information out from the file. I have very few idea about this process so I need your help. I get only until this:
"install.packages('XML')
library(XML)
library(ggplot2)
library(grid)
library(gridExtra)
library(methods)
Enero2003 <- xmlParse(file = "C039_2003/G039_2003_1.xml")
xmltop <-xmlRoot(Enero2003)
class(xmltop)
dfxml <- xmlSApply(xmltop, function(x) xmlSApply(x, xmlValue))"
But I guess I'm doing something wrong. I need the information of the "Precip". The file is basically all the days of the month divided in every 10 minutes.
Could you help me? Thank you in advance.