listarTiposAutores: List types of Authors

Description Usage Value Note Author(s) Examples

Description

Returns a data frame containing all the possible types of authors of proposals at the Camara dos Deputados (for example, "Bancada", "Deputado Federal", "Senador", "Comissao Diretora", "Orgao do Poder Executivo", etc) and respective identification codes from the web service. This function does not require any parameters.

Usage

1

Value

A data frame containing all the possible types of authors of proposals.

Note

The output of this function can be used as a parameter in functions that require the type of authors.

Author(s)

Leonardo Sangali Barone; Alexia Aslan

Examples

1
2
autores <- listarTiposAutores()
head(autores)

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