Skip to contents

diplo_ties_data provides information on South and North Korea's diplomatic relationships with other countries over time. The dataset includes status of diplomatic ties, and key dates such as when ties were cut or reestablished.

Usage

diplo_ties_data

Format

A data frame with 11 variables:

iso3c

A character vector of ISO 3166-1 alpha-3 country codes.

iso2c

A character vector of ISO 3166-1 alpha-2 country codes.

country

A character vector of country names.

country_kr

A character vector of country names in Korean.

south_north

A character vector indicating South or North Korea's diplomatic status with the country. It can be "South Korea" or "North Korea"

year

A numeric vector indicating the year of the record.

date

A date vector indicating the date of the establishment of diplomatic ties.

diplomatic_ties

A logical or binary indicator showing whether diplomatic ties were active (1 = have diplomatic ties; 0 = no diplomatic ties).

cut_date

A date vector indicating when diplomatic ties were cut, if applicable.

reestablish_date

A date vector indicating when diplomatic ties were reestablished, if applicable.

updated_at

A date vector indicating the last update date of the data.

Value

Returns a dataframe of South and North Korea's diplomatic ties in a country-year format.