country_language {r2country} | R Documentation |
Dataset of country official languages
Description
Data for all countries and their associated languages
Usage
data(country_language)
Format
A data frame with the languages of countries
- ID
Identifier for the countries
- officiallanguage
official languages of countries
Value
country ID and official languages
Source
Internal data consisting of all country IDs and their official languages
References
See Also
Data country_names
for linkage of IDs with country names
Examples
# load the country ID and languages
data(country_language)
# view content of the countries languages
head(country_language)
[Package r2country version 2.0.2.4.0 Index]