nomine (version 0.5.0)

get_nationalities: Classifies names based on 39 leaf nationalities

Description

Returns an object that classifies inputted names according to 39 different leaf nationalities.

Usage

get_nationalities(x)

Arguments

x

A vector of names.

Value

An object that classifies inputted names according inputted name belongs to 39 different leaf nationalities.

Examples

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

Run the code above in your browser using DataCamp Workspace