Retrieves the reference table of report appendices (anexos) grouped by government sphere. This is a support table that describes which appendices are available for each report type (RREO, RGF, DCA, etc.).
get_anexos(use_cache = TRUE, verbose = FALSE, page_size = NULL, max_rows = Inf)get_annexes(use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
A tibble with columns:
Government sphere: "U" (Union), "E" (States), "M" (Municipalities).
Report type (e.g., "RREO", "RGF", "DCA").
Appendix name (e.g., "RREO-Anexo 01").
Logical. If TRUE (default), uses an in-memory cache.
Logical. If TRUE, prints the full API URL being
called. Useful for debugging or testing in a browser. Defaults to
getOption("tesouror.verbose", FALSE).
Integer or NULL. Number of rows per API page.
If NULL (default), uses the API server default (5000 for
SICONFI/SADIPEM).
Numeric. Maximum number of rows to return. Defaults
to Inf (all rows). Useful for quick tests with large datasets
(e.g., max_rows = 100).
get_annexes() is an English alias for get_anexos().
Other SICONFI:
get_dca(),
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()
if (FALSE) {
anexos <- get_anexos()
}
Run the code above in your browser using DataLab