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

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

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