is_male: 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 male.

Usage

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

Arguments

firstname

First names as a character vector.

Value

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

See Also

gender_unique, gender, is_female

Examples

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

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