Skip to content
Prev 286582 / 398502 Next

compare two data frames with same columns names but of different dimensions

m <- rbind(reported, exportfile)
m1 <- m[duplicated(m),]
m[is.na(match(m$key, m1$key)),]

On Mon, Feb 27, 2012 at 9:46 AM, Arnaud Gaboury
<arnaud.gaboury at a2ct2.com> wrote: