The function calls the abbreviate()
function to
abbreviate middle names in the Middle name
variable in a
dataframe if they are present. The function requires a valid
contributors_table
as an input to work.
abbreviate_middle_names_df(contributors_table)
contributors_table | the imported contributors_table |
---|
The function returns a dataframe with abbreviated middle names.