powered by
Takes a vector of names to return the names without abbreviated middle names, academic titles and hyphens.
clean_names(name_vector)
A vector (class: character) containing names
character
A string with names separated by commas
clean_names(c("Matthias M. Bauer","Thomas Garca Morrison","Wolfgang Nitsche", "Elias Biobaca L." ))
Run the code above in your browser using DataLab