iso3_to_codes: Get country codes from ISO3 country codes.

View source: R/codes.R

iso3_to_codesR Documentation

Get country codes from ISO3 country codes.

Description

iso3_to_codes() takes in a vector of ISO3 codes and returns a country code vector specified by the user.

Usage

iso3_to_codes(iso3, type)

Arguments

iso3

Character vector of ISO3 codes.

type

A character value specifying the type of country code to return. All possible values available through country_code_types().

Value

Character vector.


caldwellst/whotilities documentation built on Aug. 30, 2022, 2:15 a.m.