Unify the format of two names based on their middle names
Usage
unify_names(name1, name2)
Arguments
- name1
A character vector of the first names.
- name2
A character vector of the second names.
Value
A list with two elements: name1 and name2, which are the modified versions of the input names.