Description Usage Arguments Value Examples
Fetches a dataframe containing basic information about the authors of the proposition
1 | fetch_autores(proposicao_id = NULL, casa, sigla_tipo = "")
|
proposicao_id |
Proposition's ID |
casa |
senado or camara |
sigla_tipo |
Proposition's initials |
A dataframe containing the basic information about the authors of the proposition
1 2 3 4 5 | ## Not run:
fetch_autores(2121442, 'camara')
fetch_autores(91341, 'senado')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.