clean_names {MDPIexploreR} | R Documentation |
Takes a vector of names to return the names without abbreviated middle names, academic titles and hyphens.
clean_names(name_vector)
name_vector |
A string with names separated by commas |
A vector (class: character
) containing names
clean_names(c("Matthias M. Bauer","Thomas Garca Morrison","Wolfgang Nitsche", "Elias Biobaca L." ))