ultima_votacao: Gets the last voting on a given voting

Description Usage Arguments Value Examples

View source: R/votacoes.R

Description

Filters only the last voting from each proposition in the dataframe.

Usage

1
ultima_votacao(votacoes = NULL)

Arguments

votacoes

Dataframe containing all the votings related to a proposition

Value

Dataframe containing only the last voting related to a proposition

Examples

1
2
votacoes_pec241 <- fetch_votacoes(2088351)
ultima_votacao <- ultima_votacao(votacoes_pec241)

rcongresso documentation built on May 26, 2018, 1:04 a.m.