codes_to_iso3: Get ISO3 codes from other country codes.

View source: R/codes.R

codes_to_iso3R Documentation

Get ISO3 codes from other country codes.

Description

codes_to_iso3() takes in a vector of country codes and returns ISO3 codes.

Usage

codes_to_iso3(codes, type)

Arguments

codes

Character vector of country 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.