chinese_cities_tbl_df | R Documentation |
This dataset, chinese_cities_tbl_df, is a tibble that contains information about 367 prominent cities in China. Each row represents a city and includes geographic coordinates (latitude and longitude), administrative information, and population data. The dataset is a tibble (special type of data frame) that preserves the original structure from its source simplemaps.
data(chinese_cities_tbl_df)
A tibble with 367 observations and 9 variables:
City name in English (character)
Latitude coordinate (numeric)
Longitude coordinate (numeric)
Country name (always "China" in this dataset) (character)
2-letter country code (always "CN" in this dataset) (character)
Administrative division name (province or equivalent) (character)
Administrative capital status (character)
City population estimate (numeric)
City proper population estimate (numeric)
The dataset name has been kept as 'chinese_cities_tbl_df' to maintain consistency with the naming conventions in the ChinAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from simplemaps: https://simplemaps.com/data/cn-cities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.