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.
Usage
data(china_admin_divisions_df)
Format
A data frame with 3212 observations and 2 variables:
- ID
Administrative division code (integer)
- name
Name of the administrative division (character)
Details
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.