R/hkdc.R

#' Dataset with public domain information on Hong Kong District Councillors (elected 2019).
#'
#' A dataset containing public domain information of the 452 Hong Kong District Councillors
#' elected in 2019.
#'
#' @format A data frame with 452 rows and 33 variables:
#' \describe{
#'   \item{ConstituencyCode}{Constituency code for the District Council}
#'   \item{Constituency_ZH}{Constituency name in Chinese} 
#'   \item{Constituency_EN}{Constituency name in English} 
#'   \item{District_ZH}{District name in Chinese}     
#'   \item{District_EN}{District name in English}     
#'   \item{Region_ZH}{Region name in Chinese}       
#'   \item{Region_EN}{Region name in English}       
#'   \item{Party_ZH}{Party name in Chinese}        
#'   \item{Party_EN}{Party name in English}        
#'   \item{DC_ZH}{District Councillor name in Chinese}           
#'   \item{DC_EN}{District Councillor name in English}           
#'   \item{FacebookURL}{URL of the DC's Facebook Page}     
#'   \item{DCPageURL}{URL of the DC's official page}       
#'   \item{Address}{Office address of the DC}         
#'   \item{Phone}{Phone number of the DC}           
#'   \item{Fax}{Fax number of the DC}             
#'   \item{Email}{Email address of the DC}           
#'   \item{WebsiteURL}{URL of the DC's non government page}      
#'   \item{DCProjectPageURL}{URL of the DC's page listing on Hong Kong Districts Info}
#'   \item{ElectionYear}{Year when the DC is elected}
#'   \item{ElectionDate}{Date when the DC is elected}
#'   \item{CandidateNum}{Candidate number of the DC when elected}
#'   \item{Occupation}{Occupation of the DC when elected}
#'   \item{Political_ZH}{Political Party of the DC when elected in Chinese}
#'   \item{Political_EN}{Political Party of the DC when elected in English}
#'   \item{Camp_ZH}{Political leaning/camp of the DC when elected in Chinese}
#'   \item{Camp_EN}{Political leaning/camp of the DC when elected in English}
#'   \item{Vote}{Number of votes won}
#'   \item{VotePercentage}{Share of vote}
#'   \item{Gender_ZH}{Gender of the DC in Chinese}
#'   \item{Gender_EN}{Gender of the DC in English}
#'   \item{Tag_ZH}{Granular political leaning/camp of the DC when elected in Chinese}
#'   \item{Tag_EN}{Granular political leaning/camp of the DC when elected in English}
#'   ...
#' }
#' @source \url{https://www.districtcouncils.gov.hk}
#' @source \url{https://dce2019.hk01.com/}
"hkdc"

Try the hkdatasets package in your browser

Any scripts or data that you put into this service are public.

hkdatasets documentation built on Sept. 5, 2021, 5:17 p.m.