clean_name: Homogenize personal names' syntax

Description Usage Arguments Value Examples

View source: R/clean_name.R

Description

Removes impossible punctuation characters and sets the proper capitalization and spacing of the names in x.

Usage

1

Arguments

x

A character vector.

Value

A character vector of the same length as x.

Examples

1
2
x. <- c("Alberto De La Fue+nte Y Pastor", " JULIA O´DONNELL ?")
clean_name(x.)

GuillermoNasarre/ihr documentation built on April 9, 2021, 9:44 a.m.