obterPauta: Get Legislative Agenda

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame with information on the legislative agenda of a Camara dos Deputados organ between an initial and a final date. The maximum difference between initial and final date allowed by the web service is 7 days. The inputs for this function are of class character and in the format dd/mm/yyyy. All the three parameters are required.

Usage

1
obterPauta(idOrgao, datIni, datFim)

Arguments

idOrgao

integer, the Camara dos Deputados organ id code where the proposal is located (check listarTiposOrgaos function for help).

datIni

string of format dd/mm/yyyy, the initial date.

datFim

string of format dd/mm/yyyy, the initial date.

Value

A data frame with information on a specific legislator attendance to sessions.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
4
5
# Members of Comissao de Agricultura, Pecuaria, Abastecimento e Desenvolvimento Rural
# between "10/04/2012" and "17/04/2012".
IDOrgao = 2004; dataInicial = "10/04/2012"; dataFinal = "17/04/2012"
pauta <- obterPauta(IDOrgao, dataInicial, dataFinal)
head(pauta)

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