demographicsKR_tbl_df | R Documentation |
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.
data(demographicsKR_tbl_df)
A tibble with 4,860 observations and 12 variables:
Date of the record (character)
Region name in South Korea (character)
Number of births (numeric)
Birth rate (per 1,000 people) (numeric)
Number of deaths (numeric)
Death rate (per 1,000 people) (numeric)
Number of divorces (numeric)
Divorce rate (per 1,000 people) (numeric)
Number of marriages (numeric)
Marriage rate (per 1,000 people) (numeric)
Difference between births and deaths (numeric)
Natural growth rate (per 1,000 people) (numeric)
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.
Data obtained from Kaggle: https://www.kaggle.com/datasets/alexandrepetit881234/korean-demographics-20002022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.