checkLanguageCountryCodes.Rd (498B)
1 % Generated by roxygen2 (4.1.1): do not edit by hand 2 % Please edit documentation in R/guessGender.R 3 \name{checkLanguageCountryCodes} 4 \alias{checkLanguageCountryCodes} 5 \title{Check country and language code.} 6 \usage{ 7 checkLanguageCountryCodes(languageCode, countryCode) 8 } 9 \description{ 10 Makes sure that no more than one of countryCode or languageCode is *not* NA 11 (i.e., they can both be NA, or one can be NA). Also ensures that any code 12 specified is recognized by genderize.io. 13 } 14 \keyword{internal} 15