Fetches annual accounts (DCA) for every municipality of state_uf, looping
over get_dca() with fault tolerance. See get_rreo_for_state() for the
rationale and behaviour of on_error.
get_dca_for_state(
state_uf,
an_exercicio,
no_anexo = NULL,
include_capital = TRUE,
on_error = c("warn", "stop", "silent"),
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)get_annual_accounts_for_state(state_uf, fiscal_year, appendix = NULL,
include_capital = TRUE, on_error = c("warn", "stop", "silent"),
use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
A tibble with all successful DCA rows. If any
call failed, has an attribute "failed".
Character. Two-letter UF code (e.g., "PE"). Required.
Integer. Fiscal year. Required.
Character. Appendix name filter (e.g., "DCA-Anexo I-AB").
Optional.
Logical. Include the state capital? Defaults to TRUE.
Character. "warn" (default), "stop", or "silent".
Logical.
Logical.
Integer or NULL.
Numeric.
Integer. Fiscal year. Required. Maps to an_exercicio.
Character. Appendix name filter. Optional. Maps to no_anexo.
get_annual_accounts_for_state() is an English-parameter alias.
Other SICONFI:
get_anexos(),
get_dca(),
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()
if (FALSE) {
dca_pe <- get_dca_for_state(state_uf = "PE", an_exercicio = 2022)
}
Run the code above in your browser using DataLab