[R] how to merge 2 data frame if you want to exclude mutual obs
    ramoss 
    ramine.mossadegh at finra.org
       
    Mon May 13 22:22:36 CEST 2013
    
    
  
To clarify:
So if in data frame A you have
Tdate            symbol        TA
12/12/12      AX               123
12/11/12      ZZ                A4R
12/12/12      WQ              B8R
Data frame B
Tdate            symbol        TA
12/12/12      AX               123
12/11/12      ZZ                A4R
I want to end up w/
Tdate            symbol        TA
12/12/12      WQ              B8R
All obs not in B
--
View this message in context: http://r.789695.n4.nabble.com/how-to-merge-2-data-frame-if-you-want-to-exclude-mutual-obs-tp4666975p4666979.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list