[R] Getting objects from quantmod ticker list

Cren oscar.soppelsa at bancaakros.it
Sat Jul 7 17:31:21 CEST 2012


Joshua Ulrich wrote
> 
> Load the data into an environment, then merge them using do.call():
> 
> series.env <- new.env()
> getSymbols(ticker.list, src='FRED', env=series.env)
> series <- do.call(merge, as.list(series.env))
> 
> 
Thank you very much, Joshua: this works very well!

Thank you :)


--
View this message in context: http://r.789695.n4.nabble.com/Getting-objects-from-quantmod-ticker-list-tp4635708p4635721.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list