clean_names | 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." ))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.