KoreanElection2017_df | R Documentation |
This dataset, KoreanElection2017_df, is a data frame containing information from the 2017 presidential election in South Korea. It includes precinct- and city-level data along with demographic and socioeconomic indicators related to the voting population.
data(KoreanElection2017_df)
A data frame with 1250 observations and 9 variables:
Precinct code (integer)
City code (integer)
Candidate identifier code (integer)
Average age of the voting population (numeric)
Average years of education (numeric)
Average house price (numeric)
Average insurance enrollment indicator or count (integer)
Voter turnout rate (numeric)
Number of votes cast (integer)
The dataset name has been kept as 'KoreanElection2017_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the KPC package version 0.1.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.