This function will standardize the editors and authors names to facilitate matching them to one another.
clean_names.Rd
Takes a vector of names to return the names without abbreviated middle names, academic titles and hyphens.
Examples
clean_names(c("Matthias M. Bauer","Thomas Garca Morrison","Wolfgang Nitsche", "Elias Biobaca L." ))
#> [1] "matthias bauer" "thomas garca" "wolfgang nitsche" "elias biobaca"