obterDetalhesDeputado: Get Legislator Details

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame containing detailed information on the legislator (for example, political parties, leaderships, committee positions, etc) at Camara dos Deputados. The parameter atuacao helps to define what type of information is going to be returned.

Usage

1
obterDetalhesDeputado(ideCadastro, numLegislatura = "", atuacao = "bio")

Arguments

ideCadastro

integer, the legislator id number from the web service (check obterDeputados function for help).

numLegislatura

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

atuacao

string, if "bio" (default), return the basic bio information of the legislator; if "comissoes", returns the committee information of the legislator; if "cargos", returns the information on the positions occupied by the the legislator, if "exercicios" returns the time intervals in which the legislator was at the Camara dos Deputados; if "filiacoes" returns the political parties to which the legislator belonged; and if "lideranca", returns leadership information on the legislators.

Value

A data frame containing detailed information on the legislator.

Author(s)

Alexia Aslan; Leonardo Sangali Barone;

Examples

1
2
obterDetalhesDeputado(74784)
obterDetalhesDeputado(74784, atuacao = "cargos")

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