A dataset containing, for each election, the abbreviation and name for each candidacy, as well as the national id and province's id. An hexadecimal code is proposed for the most important candidacies for dataviz purposes.
Usage
data(global_dict_parties)
Format
A tibble with 7 columns:
id_elec
: id of elections (type of elections + date).abbrev_candidacies
: party abbreviation.name_candidacies
: party name (at each constituency).id_candidacies_nat
: national id.id_candidacies
: id at each constituency.name_candidacies_nat
: party name (common at national level).color
: hexadecimal (color) code for some parties.
Examples
# Load data
data(global_dict_parties)