obterIntegraComissoesRelator: Get Proposal Committee Report

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame containing detailed information on the committee reports of the requested proposal at Camara dos Deputados. sigla, numero and ano are required parameters. Proposal name is always a combination of tipo (type of proposal), numero (number of proposal) and ano (year of proposal).

Usage

1
obterIntegraComissoesRelator(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 committee reports of the requested proposal.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
# Proposition without any amendments, substitutive and final draft
emendas <- obterIntegraComissoesRelator("PL", 404, 2015)
print(emendas)

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