This dataset, SeoulAdminAreas_sf, is an sf object containing polygon geometries for the
25 administrative areas of Seoul, Republic of Korea. It includes the area names, associated
integer values, and polygon geometry data.
data(SeoulAdminAreas_sf)An sf object (tibble) with 25 observations and 3 variables:
Name of the administrative area (character)
Associated value or identifier (integer)
Polygon geometry data (sfc_POLYGON)
The dataset name has been kept as 'SeoulAdminAreas_sf' 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 'sf' indicates that the dataset is a simple features object. The original content has not been modified in any way.