Skip to contents

Takes any vector of languages and returns ISO code.

Usage

iso.lang(x)

Arguments

x

A character vector of the languages (can be written in lower case)

Author

George Moroz <agricolamz@gmail.com>

Examples

iso.lang('Adyghe')
#> Adyghe 
#>  "ady" 
iso.lang(c('Adyghe', 'Udi'))
#> Adyghe    Udi 
#>  "ady"  "udi"