hk_street_names_tbl_df | R Documentation |
This dataset, hk_street_names_tbl_df, is a tibble containing street names in Hong Kong as of the year 2020. It includes English and Chinese names for each street and logical indicators of whether a street is located within one of the 18 administrative districts of Hong Kong. This dataset is useful for geographic, linguistic, and administrative analysis.
data(hk_street_names_tbl_df)
A tibble with 4,603 observations and 21 variables:
District code or abbreviation (character)
Street name in English (character)
Street name in Chinese (character)
Tuen Mun district indicator (logical)
Sha Tin district indicator (logical)
Eastern district indicator (logical)
Southern district indicator (logical)
Wan Chai district indicator (logical)
Central and Western district indicator (logical)
Islands district indicator (logical)
Yuen Long district indicator (logical)
Sai Kung district indicator (logical)
Kowloon City district indicator (logical)
Yau Tsim Mong district indicator (logical)
Kwun Tong district indicator (logical)
Sham Shui Po district indicator (logical)
North district indicator (logical)
Tai Po district indicator (logical)
Kwai Tsing district indicator (logical)
Tsuen Wan district indicator (logical)
Wong Tai Sin district indicator (logical)
The dataset name has been kept as 'hk_street_names_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (a modern form of data frame). The original content has not been modified in any way.
Data taken from the hkdatasets package version 1.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.