SeoulDistrictPop_df | R Documentation |
This dataset, SeoulDistrictPop_df, is a data frame containing the 2012 population and area data for each of the districts in the city of Seoul, South Korea. It also includes information on the founding year of each district.
data(SeoulDistrictPop_df)
A data frame with 25 observations and 5 variables:
Name of the district (character)
Name of the city (character)
Population in 2012 (integer)
Area of the district in square kilometers (numeric)
Year the district was founded (character)
The dataset name has been kept as 'SeoulDistrictPop_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 'df' indicates that the dataset is a base R data frame object. The original content has not been modified in any way.
Data taken from the micromapST package version 3.0.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.