fetch_id_proposicao: Retrieves the proposition ID from its type, number and year

Description Usage Arguments Value See Also Examples

View source: R/proposicoes.R

Description

The function can be used to fetch a vector of ids as well, in case of many propositions.

Usage

1
fetch_id_proposicao(tipo, numero, ano)

Arguments

tipo

Proposition type (i.e., PEC, PL, PDC)

numero

Proposition number

ano

Proposition year

Value

Proposition's ID.

See Also

fetch_id_partido

Examples

1
pec241_id <- fetch_id_proposicao("PEC", 241, 2016)

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