| get_rgf | R Documentation |
Retrieves data from the Fiscal Management Report (RGF) for specific filtering criteria. The RGF contains information about personnel expenses, debt, credit operations, and other fiscal indicators.
get_rgf(
an_exercicio,
in_periodicidade,
nr_periodo,
co_tipo_demonstrativo,
no_anexo,
co_esfera,
co_poder,
id_ente,
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_fiscal_report(fiscal_year, periodicity, period, report_type,
appendix, sphere, branch, entity_id, use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
an_exercicio |
Integer. Fiscal year (e.g., |
in_periodicidade |
Character. Periodicity: |
nr_periodo |
Integer. Period number (1-3 for four-monthly, 1-2 for semi-annual). Required. |
co_tipo_demonstrativo |
Character. Report type: |
no_anexo |
Character. Appendix name (e.g., |
co_esfera |
Character. Government sphere: |
co_poder |
Character. Government branch: |
id_ente |
Integer. IBGE code of the entity. Required. |
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer or |
max_rows |
Numeric. Maximum number of rows to return. Defaults
to |
fiscal_year |
Integer. Fiscal year (e.g., |
periodicity |
Character. Periodicity: |
period |
Integer. Period number: |
report_type |
Character. Report type: |
appendix |
Character. Appendix name (e.g., |
sphere |
Character. Government sphere: |
branch |
Character. Government branch: |
entity_id |
Integer. IBGE code of the entity. Required.
Maps to |
get_fiscal_report() is an English-parameter alias for this function.
A tibble with RGF data.
Other SICONFI:
get_anexos(),
get_dca(),
get_dca_for_state(),
get_entes(),
get_extrato(),
get_msc_controle(),
get_msc_orcamentaria(),
get_msc_patrimonial(),
get_rgf_for_state(),
get_rreo(),
get_rreo_for_state()
## Not run:
rgf <- get_rgf(
an_exercicio = 2022, in_periodicidade = "Q", nr_periodo = 3,
co_tipo_demonstrativo = "RGF", no_anexo = "RGF-Anexo 01",
co_esfera = "E", co_poder = "E", id_ente = 17
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.