hk_councillors_tbl_df | R Documentation |
This dataset, hk_councillors_tbl_df, is a tibble containing public domain information about the 452 District Councillors elected in Hong Kong during the 2019 election. It includes demographic, political, and contact information, along with details on electoral performance and constituency classification.
data(hk_councillors_tbl_df)
A tibble with 452 observations and 33 variables:
Constituency code (character)
Constituency name in Chinese (character)
Constituency name in English (character)
District name in Chinese (character)
District name in English (character)
Region name in Chinese (character)
Region name in English (character)
Political party name in Chinese (character)
Political party name in English (character)
Name of councillor in Chinese (character)
Name of councillor in English (character)
Link to councillor's Facebook page (character)
Link to official councillor page (character)
Office address (character)
Phone number (character)
Fax number (character)
Email address (character)
Personal or campaign website URL (character)
Project page URL (character)
Year of election (numeric)
Date of election (Date)
Number of candidates in the race (numeric)
Occupation of councillor (character)
Political position or orientation in Chinese (character)
Political position or orientation in English (character)
Political camp in Chinese (character)
Political camp in English (character)
Number of votes received (numeric)
Vote percentage received (numeric)
Gender in Chinese (character)
Gender in English (character)
Additional tags or classifications in Chinese (character)
Additional tags or classifications in English (character)
The dataset name has been kept as 'hk_councillors_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (a modern form of data frame). The original content has not been modified in any way.
Data taken from the hkdatasets package version 1.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.