Hi everyone,

I have this kind of raw dataset :

- <Temp diffgr:id="Temp14" msdata:rowOrder="13">
  <Date>2005-01-17T00:00:00+05:30</Date> 
  <SecurityID>10149</SecurityID> 
  <PriceClose>1288.40002</PriceClose> 
  </Temp>
- <Temp diffgr:id="Temp15" msdata:rowOrder="14">
  <Date>2005-01-18T00:00:00+05:30</Date> 
  <SecurityID>10149</SecurityID> 
  <PriceClose>1291.69995</PriceClose> 
  </Temp>
- <Temp diffgr:id="Temp16" msdata:rowOrder="15">
  <Date>2005-01-19T00:00:00+05:30</Date> 
  <SecurityID>10149</SecurityID> 
  <PriceClose>1288.19995</PriceClose> 
  </Temp>

I was looking for some R procedure to extract data from this, that should be
in following format :

2005-01-17 1288.40002
2005-01-18 1291.69995
2005-01-19 1288.19995

Can R help me to do this?

-- 
View this message in context: 
http://www.nabble.com/How-to-extract-following-data-tp20336690p20336690.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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