Re: [R] R intersect()

2016-06-28 Thread ch.elahe via R-help
Yes, found it. Thanks On Tuesday, June 28, 2016 4:57 PM, Duncan Murdoch wrote: On 28/06/2016 10:48 AM, ch.elahe via R-help wrote: > Hi all, > I have the following df: > > > licenseY :int 41006 41013 41044 41046 41067 41166 41202 41262 > 41274 41290 > licenseZ :int 41006

Re: [R] R intersect()

2016-06-28 Thread S Ellison
> licenseY :int 41006 41013 41044 41046 41067 41166 41202 41262 41274 > 41290 > licenseZ :int 41006 41013 41018 41044 41046 41067 4 41200 41262 > 41272 > ... I want a command to return me values from licenseY that are not in > intersect(). Does anyone know how should I do

[R] R intersect()

2016-06-28 Thread ch.elahe via R-help
Hi all, I have the following df: licenseY :int 41006 41013 41044 41046 41067 41166 41202 41262 41274 41290 licenseZ :int 41006 41013 41018 41044 41046 41067 4 41200 41262 41272 I needed the common values in both license columns so I used : intersect(df$licenseY