find_first_name: Find first name

Description Usage Arguments

View source: R/parse_names.R

Description

Find first name

Usage

1
find_first_name(x, tolerance)

Arguments

x

String with a name

tolerance

the first and last name are assigned by the probability counted as probability of a name being a first name = how many times is this name used as first name / (how many times is this name used as first name + how many times is this name used as last name) based on data from the Ministry of Interior. If tolerance is 0, only names that are used only as first names will be labeled as first names etc.


skvrnami/listr documentation built on June 21, 2020, 4:13 a.m.