Learn R Programming

tesouror (version 0.2.2)

rreo_layout: 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()

Arguments

Value

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

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.

See Also

Other RREO tidy: rreo_normalize_columns(), tidy_rreo()

Examples

Run this code
rreo_layout()

Run the code above in your browser using DataLab