primary {datana}R Documentation

2021 primary election for the president of Chile

Description

Voter table-level data of the 2021 primary election for the president of Chile.

Usage

data(primary)

Format

The dataframe contains the following columns:

region.no

Administrative region number of Chile.

region

Administrative region name.

province

Province.

distrit

Distrit.

county

County.

elect.const

Electoral constituency.

location

Location.

table.type

Voter table type.

table

Voter table.

merged.tab

Merged voter tables.

num.in.vote

.

list

Specific political list.

pact

Specific political pact.

party

Political party.

candidate

Candidate name

total.votes

Total number of votes.

Source

The data were obtained from the electoral service of the Chilean Government (SERVEL) at https://www.servel.cl. The datafile name was "Resultados_Primarias_Presidenciales_2021_CHILE.xlsx", and was downloaded on October 24, 2022.

Examples

data(primary)    
head(primary) 

[Package datana version 1.0.5 Index]