listarPresencasDia: List Legislator Attendance on one day

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame with information on legislator attendance at sessions on a specific day. 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.

Usage

1
2
listarPresencasDia(data, numLegislatura = "", numMatriculaParlamentar = "",
  siglaPartido = "", siglaUF = "")

Arguments

data

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

numLegislatura

integer, the number specific to the legislature.

numMatriculaParlamentar

integer, the legislator "matricula" number (check the obterDeputados function for help). This is an 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 with information on legislator attendance at sessions on a specific day.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
dataSessao = "10/04/2012"
presencas <- listarPresencasDia(dataSessao)
head(presencas)

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