SeoulH3Data_tbl_df: H3 Addresses within Seoul, South Korea

SeoulH3Data_tbl_dfR Documentation

H3 Addresses within Seoul, South Korea

Description

This dataset, SeoulH3Data_tbl_df, is a tibble containing H3 resolution level 8 addresses within Seoul, Republic of Korea, along with associated numeric values. The H3 geospatial indexing system is used for representing hexagonal cells covering the area of Seoul.

Usage

data(SeoulH3Data_tbl_df)

Format

A tibble with 1,329 observations and 2 variables:

name

H3 address at resolution level 8 (character)

value

Associated numeric value (numeric)

Details

The dataset name has been kept as 'SeoulH3Data_tbl_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 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.

Source

Data taken from the valuemap package version 2.0.4


SouthKoreAPIs documentation built on Sept. 16, 2025, 1:09 a.m.