powered by
Check if country codes are valid
validCtryCodes(ctryCodes)
the ISO3 country codes to validate
named logical vector TRUE/FALSE
# NOT RUN { validCtryCodes(c("KEN", "UGA")) #returns TRUE TRUE validCtryCodes("UAE") #returns FALSE. "United Arab Emirates" ISO3 code = "ARE" # }
Run the code above in your browser using DataLab