View source: R/transferencias.R
| get_tc_transferencias | R Documentation |
Retrieves the dictionary of constitutional transfer types and their
numeric codes. Use these codes in the p_transferencia /
transfer_type parameter of other functions.
get_tc_transferencias(use_cache = TRUE, verbose = FALSE)
get_tc_transfer_types(use_cache = TRUE, verbose = FALSE)
use_cache |
Logical. If |
verbose |
Logical. If |
These are internal Treasury codes, not IBGE codes.
get_tc_transfer_types() is an English alias.
A tibble with columns codigo (code) and
nome (name) of each transfer type.
Other Transferencias:
get_tc_estados(),
get_tc_municipios(),
get_tc_por_estados(),
get_tc_por_estados_detalhe(),
get_tc_por_municipio(),
get_tc_por_municipio_detalhe()
Other Transferencias dictionaries:
get_tc_estados(),
get_tc_municipios()
## Not run:
tipos <- get_tc_transferencias()
# Use tipos$codigo as values for p_transferencia in other functions
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.