R/BasicTelAreaCode.R

#' Data Set of Telephone area code information of China
#'
#' A data set containing Telephone area code 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{area_code}{ area tel code }
#'   \item{province_raw}{ name of province in chn }
#'   \item{district}{ name of district in city or county }
#' }
#'
#' @source \url{https://www.huhuaping.com/}
#'

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