lookup_country: Look up a country code

View source: R/get_country_codes.R

lookup_countryR Documentation

Look up a country code

Description

Lookup a country code for a country

Usage

lookup_country(country, code = "M49")

Arguments

country

the name of country

code

M49 or ISO3 alpha code (use get_country_list to see the accepted names of countries)

Value

A M49 or ISO3 alphacode

Examples

lookup_country(code="M49", country="Norway")

DrMattG/SDGsR documentation built on April 3, 2025, 2:13 p.m.