- p_estado
State code(s) from get_tc_estados(). Accepts a vector
or colon-separated string. Optional.
- p_municipio
Municipality code(s) from get_tc_municipios().
Accepts a vector or colon-separated string. Optional.
- p_ano
Year(s). Accepts a vector or colon-separated string.
Optional.
- p_mes
Month(s). Accepts a vector or colon-separated string.
Optional.
- p_transferencia
Transfer type code(s) from
get_tc_transferencias(). Accepts a vector or colon-separated string.
Optional.
- p_sn_detalhar
Character. Set to any value to include detailed
breakdown. Optional.
- use_cache
Logical. If TRUE (default), uses an in-memory cache.
- verbose
Logical. If TRUE, prints the full API URL being
called. Useful for debugging or testing in a browser. Defaults to
getOption("tesouror.verbose", FALSE).
- state_code
State code(s) from get_tc_estados(). Accepts a
vector or colon-separated string. Treasury codes, not IBGE.
Optional. Maps to p_estado.
- municipality
Municipality code(s) from get_tc_municipios().
Accepts a vector or colon-separated string. Treasury codes.
Optional. Maps to p_municipio.
- year
Year(s). Accepts a vector or colon-separated string.
Optional. Maps to p_ano.
- month
Month(s) (1-12). Accepts a vector or colon-separated
string. Optional. Maps to p_mes.
- transfer_type
Transfer type code(s) from
get_tc_transferencias(). Accepts a vector or colon-separated
string. Optional. Maps to p_transferencia.
- detailed
Character. Set to any value to include detail.
Optional. Maps to p_sn_detalhar.