listarDiscursosPlenario: List Speeches

Description Usage Arguments Value Note Author(s) Examples

Description

Returns a data frame containing the list of, and information on, every speech given between the initial and final date. Optionals can be used to specify legislator, political party, state and session.

Usage

1
2
listarDiscursosPlenario(dataIni, dataFim, codigoSessao = "",
  parteNomeParlamentar = "", siglaPartido = "", siglaUF = "")

Arguments

dataIni

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

dataFim

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

codigoSessao

integer, the number of a required legislative session. This is an optional parameter and its default is empty.

parteNomeParlamentar

string, a part of the name of the legislator. This is a optional parameter and its default is empty.

siglaPartido

string, the political party of the author of the proposal. This is an optional parameter and its default is empty.

siglaUF

string, the state (Unidade da Federacao) of the author of the proposal. This is an optional parameter and its default is empty.

Value

A data frame containing the list of speeches and information on the same.

Note

The output of this function can be used as a parameter in functions that speeches ids.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
dataInicial = "01/04/2014"; dataFinal = "02/04/2014"
discursos <- listarDiscursosPlenario(dataInicial, dataFinal)
head(discursos)

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