powered by
Check whether an ISO country code is valid.
check_cc(country)
A logical vector flagging which elements are valid codes.
A character vector of ISO country codes.
check_cc(c("AU", "US", "CN", "WRONG", NA))
Run the code above in your browser using DataLab