nomine (version 0.5.0)

get_ethnicities: Classifies names based on 6 U.S. ethnicities

Description

Returns an object that classifies any inputted name(s) according to 6 different U.S. ethnicities.

Usage

get_ethnicities(x)

Arguments

x

A vector of names.

Value

An object that contains that classifies any inputted names(s) accoridng to 6 different U.S. ethnicities.

Examples

Run this code
# NOT RUN {
x <- c("Charles Crabtree", "Volha Chykina")
get_ethnicities(x)
# }

Run the code above in your browser using DataLab