obterAndamento: Get Proposal Progress

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame containing detailed information of the progress of the requested proposal in the Brazilian Chamber of Deputies. sigla, numero and ano are required parameters. Optionally, initial date (dataIni) and stance (codOrgao) can be specified. The proposal name is always a combination of sigla (type of proposal), numero (number of proposal) and ano (year of proposal).

Usage

1
obterAndamento(sigla, numero, ano, dataIni = "", codOrgao = "")

Arguments

sigla

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.

dataIni

string of format dd/mm/yyyy, the date of the sessions. This is an optional parameter and its default is empty.

codOrgao

integer, the Camara dos Deputados organ id code where the proposal is located (check listarTiposOrgaos function for help). This is an optional parameter and its default is empty.

Value

A data frame containing detailed information on the progress of the requested proposal.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
andamento <- obterAndamento("PL", 404, 2015)
head(andamento)

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