Learn R Programming

lingtypology (version 1.1.7)

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)

See Also

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

Examples

Run this code
# NOT RUN {
iso.lang('Adyghe')
iso.lang(c('Adyghe', 'Udi'))
# }

Run the code above in your browser using DataLab