Re: [R] R freezing issue when checking to see if variable belongs to two different vectors

2016-09-23 Thread Duncan Murdoch
On 23/09/2016 2:42 PM, Joel Stewart wrote: I often find myself trying to get a quick assessment of how much of one vector is inside of another vector. I almost always try this with variables that are some sort of identifier, like a client id number or an SSN. I typically do this: table( DF1$Id

Re: [R] R freezing issue when checking to see if variable belongs to two different vectors

2016-09-23 Thread Bert Gunter
It might help if you specify your hardware, OS (presumably Windows?) and version, and your R version. Also possibly how large your vectors are and what other processes you have running. Other than that, I have no clue, of course. Cheers, Bert Bert Gunter "The trouble with having an open mind

[R] R freezing issue when checking to see if variable belongs to two different vectors

2016-09-23 Thread Joel Stewart
I often find myself trying to get a quick assessment of how much of one vector is inside of another vector. I almost always try this with variables that are some sort of identifier, like a client id number or an SSN. I typically do this: table( DF1$Identifier %in% DF2$Identifier) This will retu