R/basic-ProvinceCity.R

#' Data Set of Province and City of China
#'
#' A data set containing Province and City of china from the github
#'   repository 'wecatch/china_regions'\url{https://github.com/wecatch/china_regions},
#'   with wide data format.
#'
#' @format A data frame:
#' \describe{
#'   \item{index}{ ordered index }
#'   \item{province}{ name of province  }
#'   \item{city}{ city belongs of the province }
#'   \item{id}{ id of city with digits 12 }
#'   \item{province_clean}{ reduced province name in chinese }
#'   \item{city_clean}{ reduced city name in chinese  }
#' }
#'
#' @source \url{https://www.huhuaping.com/}
#'

"ProvinceCity"
huhuaping/techme documentation built on June 16, 2024, 3:38 a.m.