parse_gender: Parse gender from first and last name columns

Description Usage Arguments

View source: R/parse_gender.R

Description

Parse gender from first and last name columns

Usage

1
2
parse_gender(df, first_name_col = "first_name",
  last_name_col = "last_names", tolerance = 0.1)

Arguments

df

Dataframe containing the data

first_name_col

Name of the column containing the first names

last_name_col

Name of the column containing the last names

tolerance

Tolerance for assigning gender based on the frequency of person with particular name with a given gender


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