Description Usage Arguments Value Examples
Filters only the last voting from each proposition in the dataframe.
1  | ultima_votacao(votacoes = NULL)
 | 
votacoes | 
 Dataframe containing all the votings related to a proposition  | 
Dataframe containing only the last voting related to a proposition
1 2  | votacoes_pec241 <- fetch_votacoes(2088351)
ultima_votacao <- ultima_votacao(votacoes_pec241)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.