obterProposicao: Get Proposal Info

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame containing detailed information the requested proposal at Camara dos Deputados and respective related proposals ("proposicoes apensadas"). All the parameters are required. Proposal name is always a combination of tipo (type of proposal), numero (number of proposal) and ano (year of proposal). This function is similar to the obterProposicaoPorID function.

Usage

1
obterProposicao(tipo, numero, ano)

Arguments

tipo

string, the type of the proposal(s) (check listarSiglasTipoProposicao function for help), which is part of the name of the proposal(s).

numero

integer, the number of the proposal(s) (check listarSiglasTipoProposicao function for help), which is part of the name of the proposal(s).

ano

integer, the year of the proposal(s) (check listarSiglasTipoProposicao function for help), which is part of the name of the proposal(s) and represents the year the proposal was written.

Value

A data frame containing detailed information on the requested proposals and related proposals.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
# Return a data frame containing all of proposition PL 404/2015
proposicao <- obterProposicao(tipo = "PL", numero = 404, ano = 2015)
print(proposicao)

leobarone/bRasilLegis documentation built on May 21, 2019, 4:07 a.m.