Learn R Programming

r2country (version 2.0.2.4.0)

country_language: Dataset of country official languages

Description

Data for all countries and their associated languages

Usage

data(country_language)

Arguments

Value

country ID and official languages

Format

A data frame with the languages of countries

ID

Identifier for the countries

officiallanguage

official languages of countries

References

https://www.wikipedia.org

See Also

Data country_names for linkage of IDs with country names

Examples

Run this code
# load the country ID and languages
data(country_language)

# view content of the countries languages
head(country_language)

Run the code above in your browser using DataLab