clean_names: This function will standardize the editors and authors names...

View source: R/clean_names.R

clean_namesR 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." ))

MDPIexploreR documentation built on Oct. 15, 2024, 5:06 p.m.