[R] merging more than 2 data frames

Gabor Grothendieck ggrothendieck at gmail.com
Tue Feb 12 17:46:10 CET 2008


The zoo package has a multi-way merge that works with zoo series

There is an example in this thread in which non-zoo data are converted
to zoo and merged:

https://stat.ethz.ch/pipermail/r-help/2008-January/151541.html

library(zoo)
?merge.zoo

Also zoo has 3 vignettes you could look at.


On Feb 12, 2008 11:12 AM, joseph <jdsandjd at yahoo.com> wrote:
> Hi
> merge() takes only 2 data frames. What can you do to it to make take more than two data frames? or is there another function that does that?
> Thanks
> joseph
>
>
>
>
>      ____________________________________________________________________________________
> Looking for last minute shopping deals?
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list