Retrieves summary data for a single organizational unit by its SIORG code. Returns a single-row tibble with the unit's details.
Usage
get_siorg_unidade(codigo_unidade, use_cache = TRUE, verbose = FALSE)
get_siorg_unit(unit_code, use_cache = TRUE, verbose = FALSE)Value
A tibble (single row) with unit details
including codigo_unidade, nome, sigla, codigo_tipo_unidade,
codigo_unidade_pai, codigo_natureza_juridica, and more.
See also
Other SIORG:
get_siorg_estrutura(),
get_siorg_orgaos()