Get languages by affiliation
Takes any vector of affiliations and return languages.
lang.aff(x, include.dialects = FALSE, list = FALSE)
x |
A character vector of the affiliations (can be written in lower case) |
include.dialects |
logical. If TRUE, it returns all langauges and dialects, if FALSE it returns only languages. |
list |
logical. If TRUE, it returns a list of languages, if FALSE it returns a named vector. |
George Moroz <agricolamz@gmail.com>
lang.aff('Slavic') lang.aff(c('Slavic', 'Celtic')) lang.aff(c('Slavic', 'Celtic'), list = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.