listarProposicoesTramitadasNoPeriodo: List Proposals in Process

Description Usage Arguments Value Note Author(s) Examples

Description

Returns a data frame containing legislative actions taken regarding the proposal between an initial and a final date (parameters of the function) at Camara dos Deputados. The maximum difference between the 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.

Usage

1

Arguments

dtInicio

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

dtFim

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

Value

A data frame containing the legislative actions regarding the proposals.

Note

The output of this function can be used as a parameter in functions that require a vector of proposals.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
proposicoes <- listarProposicoesTramitadasNoPeriodo('01/08/2015', '08/08/2015')
head(proposicoes)

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