| get_anexos | R Documentation |
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)
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer or |
max_rows |
Numeric. Maximum number of rows to return. Defaults
to |
get_annexes() is an English alias for get_anexos().
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").
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()
## Not run:
anexos <- get_anexos()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.