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)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/alexandrepetit881234/korean-demographics-20002022