R/hkdistrict_summary.R

#' Dataset summarising the labels and regions of Hong Kong's Districts
#' 
#' This is a summary table that details the region classification and abbreviated labels
#' of Hong Kong's districts.
#' 
#' @format A data frame with 18 rows and 5 variables:
#' \describe{
#'   \item{Code}{District Code}
#'   \item{District_EN}{District name in English}
#'   \item{District_ZH}{District name in Chinese} 
#'   \item{Region_EN}{Region name in English}
#'   \item{Region_ZH}{Region name in Chinese}
#'   \item{Abbrev}{District Abbreviation}
#'   ...
#' }
#' 
"hkdistrict_summary"
Hong-Kong-Districts-Info/hkdatasets documentation built on Sept. 8, 2021, 11:34 p.m.