Skip to contents

A named character vector mapping common alternate names

Usage

dp_name_mapping

Format

A named character vector

name attribute

The "alternate" name.

value attribute

The "correct" name.

Examples

# \donttest{
dp_name_mapping[c("Chatarius Atwell", "Robert Kelley")]
#> Chatarius Atwell    Robert Kelley 
#>    "Tutu Atwell"     "Rob Kelley" 
# }