Learn R Programming

lingtypology (version 1.1.1)

aff.lang: Get affiliation by language

Description

Takes any vector of languages and return affiliation.

Usage

aff.lang(x)

Arguments

x

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

See Also

area.lang, iso.lang, lat.lang, long.lang

Examples

Run this code
# NOT RUN {
aff.lang('Korean')
aff.lang(c('Korean', 'Polish'))
# }

Run the code above in your browser using DataLab