Learn R Programming

lingtypology (version 1.1.19)

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

Description

Takes any vector of ISO codes and returns languages.

Usage

lang.iso(x)

Arguments

x

A character vector of the ISO codes.

Author

George Moroz <agricolamz@gmail.com>

See Also

lang.aff

Examples

Run this code
lang.iso('ady')
lang.iso(c('ady', 'rus'))

Run the code above in your browser using DataLab