powered by
Takes any vector of affiliations and returns languages.
lang.aff(x, include.dialects = FALSE, list = FALSE)
A character vector of the affiliations (can be written in lower case)
logical. If TRUE, it returns all langauges and dialects, if FALSE it returns only languages.
logical. If TRUE, it returns a list of languages, if FALSE it returns a named vector.
George Moroz <agricolamz@gmail.com>
lang.iso
lang.aff('Slavic') lang.aff(c('Slavic', 'Celtic')) lang.aff(c('Slavic', 'Celtic'), list = TRUE)
Run the code above in your browser using DataLab