In R, how do you find the number of different values between 2 character strings?
I’m trying to see the number of new employees a manager got between time one and time 2. I have a string of all employee ids that roll up under that manager.
I’m trying to see the number of new employees a manager got between time one and time 2. I have a string of all employee ids that roll up under that manager.