
Seoul's Population and Area Data for Districts (2012)
Source:R/data-documentation.R
SeoulDistrictPop_df.Rd
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.
Usage
data(SeoulDistrictPop_df)
Format
A data frame with 25 observations and 5 variables:
- District
Name of the district (character)
- City
Name of the city (character)
- Pop.2012
Population in 2012 (integer)
- Area
Area of the district in square kilometers (numeric)
- Founded
Year the district was founded (character)
Details
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.