Learn R Programming

electionsBR (version 0.4.0)

parties_br: Returns a vector with the abbreviations of all Brazilian parties

Description

The character vector includes only parties that ran in elections from 1994 to 2022.

Usage

parties_br(year)

Arguments

year

Election year (integer). For this function, only from 1994 to 2022 are available.

Examples

Run this code
if (FALSE) {
parties_election2002 <- parties_br(2002)
}

Run the code above in your browser using DataLab