#' Data Set of District information of China
#'
#' A data set containing district information of china from the github
#' repository 'wecatch/china_regions'\url{https://github.com/eduosi/district},
#' with wide data format.
#'
#' @format A data frame:
#' \describe{
#' \item{id}{ id }
#' \item{name}{ name in chn }
#' \item{parent_id}{ parent id }
#' \item{initial}{ first string in pinyin }
#' \item{initials}{ short string in pinyin }
#' \item{pinyin}{ full string in pinyin }
#' \item{extra}{ extra detail }
#' \item{suffix}{ suffix of district }
#' \item{code}{ code of district }
#' \item{area_code}{ area code of district }
#' \item{order}{ order index }
#' }
#'
#' @source \url{https://www.huhuaping.com/}
#'
"BasicDistrict"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.