SouthKoreaBirths_tbl_df | R Documentation |
This dataset, SouthKoreaBirths_tbl_df, is a tibble containing births and mid-year population data for South Korea by age of mother, region, and calendar year from 2011 to 2023. It also includes regional data on GDP per capita (2023) and population density (2020).
data(SouthKoreaBirths_tbl_df)
A tibble with 1,872 observations and 7 variables:
Age group of the mother (character)
Region name (factor with 16 levels)
Calendar year (integer)
Number of births (integer)
Mid-year population (integer)
GDP per capita in 2023 (numeric)
Population density in 2020 (character)
The dataset name has been kept as 'SouthKoreaBirths_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the bage package version 0.9.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.