Skip to content
Prev 263525 / 398502 Next

Merging multiple data sets

Hi:

Try this:

merge(merge(dat0, dat1, by = 'id', all.x = TRUE, all.y = TRUE), dat2,
by = 'id', all.x = TRUE, all.y = TRUE)

Dennis
On Thu, Jun 23, 2011 at 9:53 AM, cddesjar <cddesjardins at gmail.com> wrote: