Skip to content
Back to formatted view

Raw Message

Message-ID: <1341675081905-4635721.post@n4.nabble.com>
Date: 2012-07-07T15:31:21Z
From: Cren
Subject: Getting objects from quantmod ticker list
In-Reply-To: <CAPPM_gSVzeNcK-ypZVUpTvL6JorJ+18gCmwtMoSyYDkdfjn9UA@mail.gmail.com>

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.