fetch_votacoes: Fetches all the votings which a proposition went through

Description Usage Arguments Value See Also Examples

View source: R/proposicoes.R

Description

Returns all the votings related to a proposition by its id.

Usage

1
fetch_votacoes(id_prop)

Arguments

id_prop

Proposition's ID

Value

Dataframe containing all the votings.

See Also

fetch_id_proposicao, fetch_proposicao_from_votacao

Examples

1
votacoes_pec241 <- fetch_votacoes(2088351)

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