This function combines the `name_given` and `name_given_pieces` columns in a data frame.
Usage
collapseNames(verbose, df_temp)
Arguments
- verbose
A logical value indicating whether to print messages.
- df_temp
A data frame containing the columns to be combined.
Value
A data frame with the combined columns.