clean_names {MDPIexploreR} | R Documentation |
This function will standardize the editors and authors names to facilitate matching them to one another.
Description
Takes a vector of names to return the names without abbreviated middle names, academic titles and hyphens.
Usage
clean_names(name_vector)
Arguments
name_vector |
A string with names separated by commas |
Value
A vector (class: character
) containing names
Examples
clean_names(c("Matthias M. Bauer","Thomas Garca Morrison","Wolfgang Nitsche", "Elias Biobaca L." ))
[Package MDPIexploreR version 0.3.0 Index]