prep.name: Prep Character Vector for Name Parsing

View source: R/prep.name.R

prep.nameR Documentation

Prep Character Vector for Name Parsing

Description

This function

Usage

prep.name(x)

Arguments

x

Provide the character vector to prep.

Note

If more then one element is passed in, only the first element will be preppred and returned.

Examples

x <- 'livingston III,   MICHAEL JOHN9'
prep.name(x)

mjfii/Name-Parser documentation built on Aug. 17, 2024, 4:07 a.m.