get_gender_by_email {genderapi} | R Documentation |
Get Gender by Email
Description
Get Gender by Email
Usage
get_gender_by_email(api_key, email, country = NULL, askToAI = FALSE)
Arguments
api_key |
Your GenderAPI.io API key. |
email |
Email string to check. |
country |
Optional two-letter country code (e.g. "US"). |
askToAI |
Logical. TRUE to force AI lookup, FALSE by default. |
Value
A list with gender prediction result.
[Package genderapi version 1.0.3 Index]