| get_entes | R Documentation |
Retrieves the complete list of government entities (entes) registered in the SICONFI system, including states, municipalities, and the Federal District.
get_entes(use_cache = TRUE, verbose = FALSE, page_size = NULL, max_rows = Inf)
get_entities(use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer or |
max_rows |
Numeric. Maximum number of rows to return. Defaults
to |
get_entities() is an English alias for get_entes().
A tibble with columns:
IBGE code of the entity.
Name of the entity.
Whether the municipality is a state capital (1 = yes, 0 = no).
Geographic region ("SU", "NE", "NO", "SE", "CO", "BR").
State abbreviation.
Government sphere: "M", "E", "U", "D".
Year of the population data.
Estimated population.
CNPJ of the entity.
Other SICONFI:
get_anexos(),
get_dca(),
get_dca_for_state(),
get_extrato(),
get_msc_controle(),
get_msc_orcamentaria(),
get_msc_patrimonial(),
get_rgf(),
get_rgf_for_state(),
get_rreo(),
get_rreo_for_state()
## Not run:
entes <- get_entes()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.