powered by
Takes any vector of affiliations and return languages.
lang.aff(x, list = FALSE)
A character vector of the affiliations (can be written in lower case)
logical. If TRUE, returns a list of languages, if FALSE return a named vector.
lang.iso
# NOT RUN { lang.aff('Slavic') lang.aff(c('Slavic', 'Celtic')) lang.aff(c('Slavic', 'Celtic'), list = TRUE) # }
Run the code above in your browser using DataLab