| get_siorg_unidade | R Documentation |
Retrieves summary data for a single organizational unit by its SIORG code. Returns a single-row tibble with the unit's details.
get_siorg_unidade(codigo_unidade, use_cache = TRUE, verbose = FALSE)
get_siorg_unit(unit_code, use_cache = TRUE, verbose = FALSE)
codigo_unidade |
Integer or character. SIORG code. Required. |
use_cache |
Logical. If |
verbose |
Logical. If |
unit_code |
Integer or character. SIORG code. Maps to |
get_siorg_unit() is an English alias.
A tibble (single row) with unit details
including codigo_unidade, nome, sigla, codigo_tipo_unidade,
codigo_unidade_pai, codigo_natureza_juridica, and more.
Other SIORG:
get_siorg_estrutura(),
get_siorg_orgaos()
## Not run:
# Get details for AGU (code 46)
agu <- get_siorg_unidade(codigo_unidade = 46)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.