Skip to content
Prev 295176 / 398506 Next

merging unbalanced rows

I think you want this:

merge(a,b, by = "d", all = FALSE)

Type ?merge to see all the options to merge available to you,

Best,
Michael
On Mon, May 21, 2012 at 9:31 AM, Belay Gebregiorgis <belayg12 at gmail.com> wrote: