Getting objects from quantmod ticker list
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.