Last chance! 50% off unlimited learning
Sale ends in
Takes any vector of languages and returns countries where those languages are used as ISO 3166-1 alpha-2 codes.
country.lang(x, full_name = TRUE)
A character vector of the languages (can be written in lower case)
A logical value, whether return ISO 3166-2 codes or full names.
George Moroz <agricolamz@gmail.com>
aff.lang
, area.lang
, gltc.lang
, iso.lang
, lat.lang
, long.lang
, subc.lang
, url.lang
country.lang('Korean')
country.lang(c('Korean', 'Polish'))
Run the code above in your browser using DataLab