get_ethnicities
From nomine v0.5.0
by Charles Crabtree
Classifies names based on 6 U.S. ethnicities
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
# NOT RUN {
x <- c("Charles Crabtree", "Volha Chykina")
get_ethnicities(x)
# }
Community examples
Looks like there are no examples yet.