Learn R Programming

MDPIexploreR (version 0.3.0)

clean_names: 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)

Value

A vector (class: character) containing names

Arguments

name_vector

A string with names separated by commas

Examples

Run this code
clean_names(c("Matthias M. Bauer","Thomas Garca Morrison","Wolfgang Nitsche", "Elias Biobaca L." ))

Run the code above in your browser using DataLab