SeoulH3Data_tbl_df | R Documentation |
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.
data(SeoulH3Data_tbl_df)
A tibble with 1,329 observations and 2 variables:
H3 address at resolution level 8 (character)
Associated numeric value (numeric)
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.
Data taken from the valuemap package version 2.0.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.