R/BasicTelcode.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{name}{ name of city and county }
#'   \item{code}{ code of city and county }
#'   \item{area_code}{ code of telephone }
#'   \item{code_province}{ code of province }
#'   \item{district}{ name of province }
#' }
#'
#' @source \url{https://www.huhuaping.com/}
#'

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