search for: symbols_list

Displaying 1 result from an estimated 1 matches for "symbols_list".

Did you mean: symbol_list
2007 Dec 08
1
FW: R memory management
...ly running into memory problems even though task I believe is not that memory consuming. I guess there is a miscommunication between R and WinXP about freeing up memory. So this is the code: for (x in 1:length(exchanges.to.get)) { tickers<-sqlQuery(channel,paste("SELECT Symbol FROM symbols_list WHERE Exchange='",exchanges.to.get[x],"';",sep=''))[,1] dir.create(paste(Working.dir,exchanges.to.get[x],'/',sep='')) for (y in 1:length(tickers)) { con2 <- socketConnection(Sys.info()["nodename"], port = ****) #open socket...