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.
Usage
data(SeoulAdminAreas_sf)
Format
An sf
object (tibble) with 25 observations and 3 variables:
- name
Name of the administrative area (character)
- value
Associated value or identifier (integer)
- geometry
Polygon geometry data (
sfc_POLYGON
)
Details
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.