rreo_layout: Return the bundled RREO layout reference table

View source: R/rreo_tidy.R

rreo_layoutR Documentation

Return the bundled RREO layout reference table

Description

RREO appendix names, account labels, and column suffixes drift across fiscal years (e.g., ⁠RREO-Anexo 04.3 - RGPS⁠ for 2019-2022 vs. ⁠RREO-Anexo 04.4 - RGPS⁠ for 2023+). The package ships a small reference table in inst/extdata/rreo_layout.csv that maps ⁠(topic, regime, year_range)⁠ to the correct appendix and account-matching key.

Usage

rreo_layout()

Details

tidy_rreo() uses this table to assemble layout-stable indicators across years; you can also use it directly to look up which appendix to fetch with get_rreo() for a given topic.

Value

A tibble with columns topic, regime, first_year, last_year, co_esfera, no_anexo, conta_match, indicador.

See Also

Other RREO tidy: rreo_normalize_columns(), tidy_rreo()

Examples

rreo_layout()

tesouror documentation built on May 7, 2026, 1:06 a.m.