| get_dca | R Documentation |
Retrieves data from the Annual Accounts Declaration (DCA) or the legacy QDCC for a specific entity and fiscal year.
get_dca(
an_exercicio,
id_ente,
no_anexo = NULL,
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_annual_accounts(fiscal_year, entity_id, appendix = NULL,
use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
an_exercicio |
Integer. Fiscal year (e.g., |
id_ente |
Integer. IBGE code of the entity. Required. |
no_anexo |
Character. Appendix name filter (e.g., |
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., |
entity_id |
Integer. IBGE code of the entity. Required.
Maps to |
appendix |
Character. Appendix name filter (e.g.,
|
get_annual_accounts() is an English alias for get_dca().
A tibble with DCA/QDCC data including columns such
as exercicio, instituicao, cod_ibge, uf, anexo, rotulo,
coluna, cod_conta, conta, valor, and populacao.
Other SICONFI:
get_anexos(),
get_dca_for_state(),
get_entes(),
get_extrato(),
get_msc_controle(),
get_msc_orcamentaria(),
get_msc_patrimonial(),
get_rgf(),
get_rgf_for_state(),
get_rreo(),
get_rreo_for_state()
## Not run:
dca <- get_dca(an_exercicio = 2022, id_ente = 17)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.