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.

______________________________________________
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