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