Description Usage Arguments Value Examples
View source: R/get_rreo_mun_state.R
Get data related to budgetary execution reports for all the municipalities of a given Brazilian states set, filtered by a set of parameters passed to the function. For more information about these reports, please see: https://siconfi.tesouro.gov.br/siconfi/pages/public/conteudo/conteudo.jsf?id=82
1 2 | get_rreo_mun_state(year, period, report_tp, annex, state,
In_RGPS = FALSE, In_RPPS = FALSE)
|
year |
a numeric vector |
period |
a numeric vector. Available values: 1, 2, 3, 4, 5, 6 |
report_tp |
numeric. Available values: 1- RREO, 2-RREO Simplificado |
annex |
character |
state |
a character vector. IBGE code of a given Brazilian states set. |
In_RGPS |
boolean. Default = FALSE |
In_RPPS |
boolean. Default = FALSE |
A dataframe with the resultset of a given entity of the public brazilian set, filtered by a set of parameters passed to the function
1 | get_rreo_mun_state(2017,1,1,"01","11")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.