Learn R Programming

lingtypology (version 1.1.1)

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

Description

Takes any vector of ISO codes and return languages.

Usage

lang.iso(x)

Arguments

x

A character vector of the ISO codes.

See Also

lang.aff

Examples

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

Run the code above in your browser using DataLab