get_gender_by_email: Get Gender by Email
Description
Get Gender by Email
Usage
get_gender_by_email(api_key, email, country = NULL, askToAI = FALSE)
Value
A list with gender prediction result.
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.