demographicsKR_tbl_df: Korean Demographics (2000-2022)

demographicsKR_tbl_dfR Documentation

Korean Demographics (2000-2022)

Description

This dataset, demographicsKR_tbl_df, is a tibble containing demographic data of South Korea from 2000 to 2022. It includes values and rates for birth, death, natural growth, marriage, and divorce, organized by date and region. The dataset preserves the original structure from its source on Kaggle.

Usage

data(demographicsKR_tbl_df)

Format

A tibble with 4,860 observations and 12 variables:

Date

Date of the record (character)

Region

Region name in South Korea (character)

Birth

Number of births (numeric)

Birth_rate

Birth rate (per 1,000 people) (numeric)

Death

Number of deaths (numeric)

Death_rate

Death rate (per 1,000 people) (numeric)

Divorce

Number of divorces (numeric)

Divorce_rate

Divorce rate (per 1,000 people) (numeric)

Marriage

Number of marriages (numeric)

Marriage_rate

Marriage rate (per 1,000 people) (numeric)

Natural_growth

Difference between births and deaths (numeric)

Natural_growth_rate

Natural growth rate (per 1,000 people) (numeric)

Details

The dataset name has been kept as 'demographicsKR_tbl_df' to maintain consistency with the naming conventions in the SouthKoreAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.

Source

Data obtained from Kaggle: https://www.kaggle.com/datasets/alexandrepetit881234/korean-demographics-20002022


SouthKoreAPIs documentation built on Sept. 16, 2025, 1:09 a.m.