Learn R Programming

readoecd (version 0.3.0)

list_oecd_countries: List OECD member countries

Description

Returns a data frame of the 38 OECD member countries with their ISO 3166-1 alpha-3 codes and English names. No network call is required.

Usage

list_oecd_countries()

Arguments

Value

A data frame with columns:

iso3

ISO 3166-1 alpha-3 country code (character)

name

English country name (character)

Examples

Run this code
list_oecd_countries()

Run the code above in your browser using DataLab