#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.