iso3.iso1 {lingtypology} | R Documentation |
Get ISO 639-3 code from ISO 639-1
Description
Takes any vector of ISO 639-1 codes and returns ISO 639-3 code.
Usage
iso3.iso1(x)
Arguments
x |
A character vector of ISO 639-3 codes. |
Author(s)
Ekaterina Zalivina <zalivina01@mail.ru>
See Also
aff.lang
, area.lang
, lat.lang
, long.lang
Examples
iso3.iso1('bs')
iso3.iso1(c('co', 'it', 'ar'))
[Package lingtypology version 1.1.17 Index]