Hi everyone! I have two datasets with the variables "classroom_code" and "student_name". I’m looking for a way to merge these two datasets. I want to allow for a fuzzy match of names (e.g. >.75), while guaranteeing a perfect match for classroom codes (i.e., only matching names if classroom_code is identical). Do you know of a way of doing it? I’m aware of the matchit function for the fuzzy match part, but I don’t think I can add the conditionality of the further variables having to match perfectly, is that right? Thanks a lot!
-
Login or Register
- Log in with
Comment