listarPresencasParlamentar: List Legislator Attendance

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame with information on a specific legislator's attendance at sessions 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 functions are of class character and in the format dd/mm/yyyy. All the three parameters are required.

Usage

1
listarPresencasParlamentar(dataIni, dataFim, numMatriculaParlamentar)

Arguments

dataIni

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

dataFim

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

numMatriculaParlamentar

integer, the legislator "matricula" number (check obterDeputados function for help).

Value

A data frame with information on a specific legislator's attendance at sessions.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
3
dataInicial = "10/04/2012"; dataFinal = "17/04/2012"; matricula = 371
presenca <- listarPresencasParlamentar(dataInicial, dataFinal, matricula)
head(presenca)

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