Description Usage Arguments Value Examples
View source: R/get_rgf_mun_state.R
f Get data related to fiscal management 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_rgf_mun_state(year, periodicity, period, report_tp, annex, state,
co_power)
|
year |
a numeric vector |
periodicity |
character. Available values: Q, S |
period |
a numeric vector. Available values: 1, 2, 3 |
report_tp |
numeric. Available values: 1- RGF, 2-RGF Simplificado |
annex |
character |
state |
state a character vector. IBGE code of a given Brazilian states set. |
co_power |
a character vector.Available values: E = Executivo, L = Legislativo, J = Judiciário, M = Ministério Público, D = Defensoria Pública |
dataframe
1 | get_rgf_mun_state(year= c(2018), periodicity = "Q", period = 3, report_tp = 1, annex = "01", state = c(11), co_power = "E")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.