is_female: Predict whether the genders of first names are male.

Description Usage Arguments Value See Also Examples

View source: R/gender.R

Description

This function predicts whether the genders of first names are female.

Usage

1
is_female(firstname, year_min = 1900, year_max = 2017)

Arguments

firstname

First names as a character vector.

Value

Logical. TRUE if the input first name is female, FALSE otherwise. NA is returned when the first name is unknown in the database.

See Also

gender_unique, gender, is_male

Examples

1
is_female(c("Baptiste", "Annick")

pmerckle/firstnamer documentation built on May 3, 2019, 3:21 p.m.