GenderGuesser

An R package for using the genderize.io API to guess the gender of names.
git clone https://git.eamoncaddigan.net/GenderGuesser.git
Log | Files | Refs | README | LICENSE

lookupNameVectorGenderize.Rd (765B)


      1 % Generated by roxygen2 (4.1.1): do not edit by hand
      2 % Please edit documentation in R/guessGender.R
      3 \name{lookupNameVectorGenderize}
      4 \alias{lookupNameVectorGenderize}
      5 \title{Look up a vector of names on genderize.io.}
      6 \usage{
      7 lookupNameVectorGenderize(nameVector, countryCode = NA, languageCode = NA,
      8   apiKey = NA)
      9 }
     10 \arguments{
     11 \item{nameVector}{A vector containing one or more names to look up.}
     12 
     13 \item{countryCode}{An optional ISO 3166-1 alpha-2 country code.}
     14 
     15 \item{languageCode}{An optional ISO 639-1 language code. Only one of
     16 countryCode or languageCode can be specified.}
     17 
     18 \item{apiKey}{An optional API key for genderize.io.}
     19 }
     20 \description{
     21 This function actually implements the genderize.io API. Can only query 10
     22 names at a time.
     23 }
     24 \keyword{internal}
     25