| get_rgf_for_state | R Documentation |
Fetches RGF data for every municipality of state_uf, looping over
get_rgf() with fault tolerance. See get_rreo_for_state() for the
rationale and behaviour of on_error.
get_rgf_for_state(
state_uf,
an_exercicio,
in_periodicidade,
nr_periodo,
co_tipo_demonstrativo,
no_anexo,
co_poder,
include_capital = TRUE,
on_error = c("warn", "stop", "silent"),
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_fiscal_report_for_state(state_uf, fiscal_year, periodicity,
period, report_type, appendix, branch,
include_capital = TRUE, on_error = c("warn", "stop", "silent"),
use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
state_uf |
Character. Two-letter UF code (e.g., |
an_exercicio |
Integer. Fiscal year. Required. |
in_periodicidade |
Character. |
nr_periodo |
Integer. Period number. Required. |
co_tipo_demonstrativo |
Character. |
no_anexo |
Character. Appendix name (e.g., |
co_poder |
Character. Government branch: |
include_capital |
Logical. Include the state capital? Defaults to |
on_error |
Character. |
use_cache |
Logical. |
verbose |
Logical. |
page_size |
Integer or |
max_rows |
Numeric. |
fiscal_year |
Integer. Fiscal year. Required. Maps to |
periodicity |
Character. |
period |
Integer. Period number. Required. Maps to |
report_type |
Character. |
appendix |
Character. Appendix name. Required. Maps to |
branch |
Character. Government branch. Required. Maps to
|
get_fiscal_report_for_state() is an English-parameter alias.
A tibble with all successful RGF rows. If any
call failed, has an attribute "failed".
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(),
get_rreo(),
get_rreo_for_state()
## Not run:
rgf_pe <- get_rgf_for_state(
state_uf = "PE", an_exercicio = 2022,
in_periodicidade = "Q", nr_periodo = 3,
co_tipo_demonstrativo = "RGF", no_anexo = "RGF-Anexo 01",
co_poder = "E"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.