Description Usage Arguments Examples
This function uses the genderize.io API to supply estimates of the gender one or more names.
1 | guessGender(nameVector, countryCode = NA, languageCode = NA, apiKey = NA)
|
nameVector |
A vector containing one or more names to look up. |
countryCode |
An optional ISO 3166-1 alpha-2 country code. |
languageCode |
An optional ISO 639-1 language code. Only one of countryCode or languageCode can be specified. |
apiKey |
An optional API key for genderize.io. |
1 | guessGender(c("Natalie", "Liam", "Eamon"), countryCode = "US")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.