Learn R Programming

oec (version 2.2)

countries_list: A list of all the countries

Description

A list of all the countries in the world and its country code. You need the country code (e.g. chl) to obtain data of a country (e.g Chile)

Usage

countries_list

Arguments

Format

A data frame with 262 observations on the following 2 variables.

country

the full names of the countries

country_code

the ids of the countries

Examples

Run this code
# NOT RUN {
countries_list
# }

Run the code above in your browser using DataLab