match_id_4.Rd
Match ID for linking disparate datasets using parts of identifiers.
match_id_4(first_name, last_name, dob)
First 4 characters of string
Date
Match id using part of name and date of birth.
match_id_4("Mickey","Mouse","1955-07-17") #> [1] "MICKMOUS1955-07-17"