Description Usage Arguments Value See Also Examples
This function predicts whether the genders of first names are male.
1 | is_male(firstname, year_min = 1900, year_max = 2017)
|
firstname |
First names as a character vector. |
Logical. TRUE if the input first name is male, FALSE otherwise. NA is returned when the first name is unknown in the database.
gender_unique
, gender
, is_female
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.