Learn R Programming

lingtypology (version 1.1.19)

iso.lang: Get ISO 639--3 code by language

Description

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>

See Also

aff.lang, area.lang, country.lang, gltc.lang, lat.lang, long.lang, subc.lang, url.lang

Examples

Run this code
iso.lang('Kabardian')
iso.lang(c('Kabardian', 'Udi'))

Run the code above in your browser using DataLab