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
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
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
3 matches
Mail list logo