obterInteiroTeorDiscursosPlenario: Get Integral Speech

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame containing detailed information on every speech given in a legislative session. All the parameters of the function are required. You can use the listarDiscursosPlenario function to get values for the parameters.

Usage

1
obterInteiroTeorDiscursosPlenario(codSessao, numOrador, numQuarto, numInsercao)

Arguments

codSessao

string, the code of the session(check listarDiscursosPlenario function for help)

numOrador

integer, the number of legislator in the session(check listarDiscursosPlenario function for help)

numQuarto

integer, the number of the room where the speech is stored (check listarDiscursosPlenario function for help)

numInsercao,

the number of the speech in the session (check listarDiscursosPlenario function for help)

Value

A a data frame containing detailed information on every speech given in a legislative session.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
4
codSessao = "022.3.54.O"; numOrador=1 ;
numQuarto=11 ; numInsercao=0
discurso <- obterInteiroTeorDiscursosPlenario(codSessao, numOrador, numQuarto, numInsercao)
print(discurso)

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