china_admin_divisions_df | R Documentation |
This dataset, china_admin_divisions_df, is a data frame containing the codes and names of China's administrative divisions. The dataset includes 3212 observations and 2 variables, providing identifiers and names for each administrative unit. This can be useful for geographic analysis, mapping, and linking statistical data to spatial boundaries.
data(china_admin_divisions_df)
A data frame with 3212 observations and 2 variables:
Administrative division code (integer)
Name of the administrative division (character)
The dataset name has been kept as 'china_admin_divisions_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 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the cnmap package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.