hk_population_tbl_df | R Documentation |
This dataset, hk_population_tbl_df, is a tibble containing the land-based non-institutional population of Hong Kong, broken down by District Council district and age group. It provides population counts for five age brackets and the total population for each of the 18 districts.
data(hk_population_tbl_df)
A tibble with 18 observations and 8 variables:
District name in Chinese (character)
District name in English (character)
Population aged 0 to 14 (numeric)
Population aged 15 to 24 (numeric)
Population aged 25 to 44 (numeric)
Population aged 45 to 64 (numeric)
Population aged 65 and over (numeric)
Total population of the district (numeric)
The dataset name has been kept as 'hk_population_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (a modern form of data frame). The original content has not been modified in any way.
Data taken from the hkdatasets package version 1.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.