[R-SIG-Finance] xts time series object - merge
Gabor Grothendieck
ggrothendieck at gmail.com
Mon Sep 29 05:53:08 CEST 2008
Try this:
library(quantmod)
getSymbols(c("GOOG", "IBM", "MSFT"))
tech <- merge(GOOG, IBM, MSFT)
?merge.zoo
On Sun, Sep 28, 2008 at 11:07 PM, zubin <binabina at bellsouth.net> wrote:
> Hello, using R to extract data from yahoo using getSymbols. I have a few
> sets of symbols I need to merge together to conduct some modeling. How does
> one merge multiple xts data objects into one equivalent data frame
> representation so I can explore and model>?
More information about the R-SIG-Finance
mailing list