Retrieve outcomes from processes related to retirement, pension and
reform (Aposentadoria, Pensão e Reforma).
Usage
tce_retirement_outcomes(
...,
verbose = getOption("tceper.verbose", FALSE),
cache = TRUE,
clean_names = TRUE
)
Arguments
- ...
Named query parameters passed directly to the API.
Common filters: CodigoEfiscoUG, AnoReferencia, CodigoMunicipio.
- verbose
If TRUE, prints the final API URL.
- cache
If TRUE (default), returns cached results when available.
- clean_names
If TRUE (default), converts column names to
snake_case.