f.jamitzky wrote:
> 
> For fixed numbers of columns you can use 
> 
> data.frame(matrix(data, nrow, ncol)) 
> 
> in order to parse the XML data.
> 
> htmlTreeParse should be rather quick, but in case it is too slow you could
> use curl for downloading
> the data and xmlstarlet for transformation to XML. Then you can use
> xmlTreeParse or even read.csv to read the file into R.
> 

Reading realtime data into R for further computation is a side project, i
guess i am just curious if it is possible at all. I know there exist full
fledged trading clients coded in Matlab for example.

Thank you for helping, much appreciated.

-- 
View this message in context: 
http://www.nabble.com/Read-HTML-table-tf4832010.html#a13844935
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