[R] Merge function - Return NON matches
RHelpPlease
rrumple at trghcsolutions.com
Thu Apr 26 22:12:42 CEST 2012
Hi again,
I tried the sample code like this:
> merged_clmno <- subset(bestPartAreadmin, !CLAIM_NO %in% hrc78_clm_no)
> dim(merged_clmno)
[1] 13068 93
Note that:
> dim(bestPartAreadmin)
[1] 13068 93
So, no change between the original data.frame (bestPartAreadmin) & the
(should be) less-rows merged_clmno data.frame.
Any further help is most appreciated!
--
View this message in context: http://r.789695.n4.nabble.com/Merge-function-Return-NON-matches-tp4590755p4590851.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list